fix(menu): apply correct z-index

This commit is contained in:
sokumon 2025-11-28 02:53:21 +05:30
parent 314701bad2
commit 60598bf214
2 changed files with 1 additions and 4 deletions

View file

@ -9,6 +9,7 @@
border-radius: var(--border-radius-lg);
background: var(--surface-modal);
box-shadow: var(--shadow-xl);
z-index: 1030;
}
.dropdown-menu-item {

View file

@ -280,7 +280,3 @@
.indent + .nested-container {
margin-left: 16px;
}
.context-menu {
position: absolute;
z-index: 1030;
}