kopia lustrzana https://github.com/wagtail/wagtail
Ensure datetimepicker widget overlay shows over modals
- Update to the exact same z-index as the modal - Fixes #3604stable/4.2.x
rodzic
913162d1a1
commit
0878d1677b
|
@ -8,7 +8,7 @@
|
||||||
padding-inline-start: 0;
|
padding-inline-start: 0;
|
||||||
padding-top: 2px;
|
padding-top: 2px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 5;
|
z-index: 500;
|
||||||
display: none;
|
display: none;
|
||||||
|
|
||||||
.w-dialog & {
|
.w-dialog & {
|
||||||
|
|
Ładowanie…
Reference in New Issue