| Issue 779: | Events positioning in top left of Calendar | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Not sure if this is a bug, but I have come across the following issue:
The site that I have implemented the FullCalendar on has a general style of
div{position:relative;}
set in the base style sheet. When this is the case, any events that are loaded into the calendar (on month view - althought this may be the same on others) position themselves in the top left.
I have found that this is down to the positioning of the divs in the calendar tables inheriting the relative positioning.
The way I cured this issue is to add a style of
#calendar div{position:static;}
to the base style sheet.
Hope this helps and appologies if this is just down to my own stupidity.
Cheers
Snowtoad
Feb 12, 2011
Project Member
#1
adamrs...@gmail.com
Status:
Done
Feb 14, 2011
Cheers. Glad it was an easy one :) |
|
| ► Sign in to add a comment |