fixes z-index of date-picker

This commit is contained in:
Godfrey M 2024-03-11 15:53:59 -07:00
parent 693d1c9452
commit 717b26c834

View file

@ -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;
}