mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-26 13:10:55 -08:00
Merge pull request #14415 from Godmartinz/date_picker_z_order
Fixed z-index of date-picker
This commit is contained in:
commit
d55d95bbea
|
@ -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