fix z stacking for modal
This commit is contained in:
parent
4a343c7e5a
commit
32aac77b6d
1 changed files with 3 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue