1
0
Fork 0
mirror of synced 2024-07-04 05:50:57 +12:00

Fix z-index of drawers

This commit is contained in:
Andrew Kingston 2024-03-07 08:25:02 +00:00
parent cb7f33de77
commit d08628234f

View file

@ -221,7 +221,7 @@
height: 420px;
background: var(--background);
border: var(--border-light);
z-index: 999;
z-index: 100;
border-radius: 8px;
overflow: hidden;
box-sizing: border-box;
@ -248,7 +248,7 @@
left: 0;
width: 100%;
height: 100%;
z-index: 999;
z-index: 100;
display: block;
transition: opacity 260ms ease-out;
}