fix z index for draggable menus
This commit is contained in:
parent
05c69f32cd
commit
7d0ec2bb8e
1 changed files with 1 additions and 1 deletions
|
|
@ -1038,7 +1038,7 @@ details[open] summary::after {
|
|||
position: fixed;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
z-index: 220;
|
||||
z-index: 80;
|
||||
min-width: 230px;
|
||||
border: 1px solid var(--border-gray);
|
||||
border-radius: 6px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue