mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -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
|
@ -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