Ensure datetimepicker widget overlay shows over modals

- Update to the exact same z-index as the modal
- Fixes #3604
stable/4.2.x
LB Johnston 2023-03-25 21:14:52 +10:00 zatwierdzone przez Matt Westcott
rodzic 913162d1a1
commit 0878d1677b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -8,7 +8,7 @@
padding-inline-start: 0;
padding-top: 2px;
position: absolute;
z-index: 5;
z-index: 500;
display: none;
.w-dialog & {