mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 13:14:07 -08:00
fixes z-index of date-picker
This commit is contained in:
parent
693d1c9452
commit
717b26c834
|
@ -887,4 +887,7 @@ input[type="radio"]:checked::before {
|
|||
|
||||
.separator:not(:empty)::after {
|
||||
margin-left: .25em;
|
||||
}
|
||||
.datepicker.dropdown-menu {
|
||||
z-index: 1030 !important;
|
||||
}
|
Loading…
Reference in a new issue