Merge pull request #14415 from Godmartinz/date_picker_z_order

Fixed z-index of date-picker
This commit is contained in:
snipe 2024-03-14 15:39:11 +00:00 committed by GitHub
commit d55d95bbea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -887,4 +887,7 @@ input[type="radio"]:checked::before {
.separator:not(:empty)::after {
margin-left: .25em;
}
.datepicker.dropdown-menu {
z-index: 1030 !important;
}