Move the calendar to z-index:3
This commit is contained in:
parent
4d806ca5cf
commit
3b6ae752dd
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
/* The main calendar widget. DIV containing a table. */
|
||||
|
||||
div.calendar { position: relative; }
|
||||
div.calendar { position: relative; z-index:3; }
|
||||
|
||||
.calendar, .calendar table {
|
||||
border: 1px solid #556;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue