- This topic has 1 reply, 2 voices, and was last updated 13 years, 6 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The forum ‘Generic’ is closed to new topics and replies.
Events Made Easy › Forums › Generic › Set scroll: auto for calendar cells
Hi;
Is it possible to set the css scroll:auto for the calendar (using shortcode) on page. I wonder if there are many events whether scrolling would be a good idea. At the moment the cell just increases in size, but what happens if there are 30 events for one day (which is possible for our site)?
I added a css
table.fullcalendar tbody td {
height: 4em;
overflow: auto !important;
text-align: left;
but the text didn’t scroll.
Please advise.
Thank You
please see www dot buddhistwhatson dot com / eventcal look for 16 may.
The CSS part I leave up to more capable hands than me 🙂 Try using firebug to help you out here.
But if you have more than 30 events for a day, that row increases in size to fit it.