fix(menu): apply correct z-index
This commit is contained in:
parent
314701bad2
commit
60598bf214
2 changed files with 1 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -280,7 +280,3 @@
|
|||
.indent + .nested-container {
|
||||
margin-left: 16px;
|
||||
}
|
||||
.context-menu {
|
||||
position: absolute;
|
||||
z-index: 1030;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue