Fixed z-index problem with the calendar year selection (displayed behind selectboxes)

This commit is contained in:
Andreas Stöckel 2010-07-07 13:09:08 +00:00
parent cf29d2f4f7
commit 5e72de9c7d

View File

@ -102,3 +102,8 @@ div.navSeparator {
height:24px;
position: relative;
}
/* Fixes z-index problem with the calendar year selection (displays behind selectboxes)*/
.calendar .combo {
z-index: 1 !important;
}