fix z index for draggable menus

This commit is contained in:
Stewart Allen 2026-02-24 15:25:33 -05:00
commit 7d0ec2bb8e

View file

@ -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;