mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-21 05:19:07 +01:00
Fixed z-index problem with the calendar year selection (displayed behind selectboxes)
This commit is contained in:
parent
cf29d2f4f7
commit
5e72de9c7d
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user