fix z stacking for modal

This commit is contained in:
Stewart Allen 2026-02-23 00:51:40 -05:00
commit 32aac77b6d

View file

@ -1463,6 +1463,7 @@ details[open] summary::after {
#dialog {
position: fixed;
z-index: 310;
outline: none;
color: black;
top: 100px;
@ -1481,7 +1482,7 @@ details[open] summary::after {
#modal {
display: none;
position: fixed;
z-index: 20;
z-index: 300;
top: 50%;
left: 0px;
right: 0px;
@ -2517,4 +2518,4 @@ details[open] summary::after {
.em20 {
max-width: 20em;
}
}