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