fix: context menu being underneath members list in z-index
This commit is contained in:
parent
82dc0fb0e3
commit
b54e14a2f8
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ function runCallback(item: ContextMenuItem) {
|
||||||
border: .1rem solid var(--reply-text-color);
|
border: .1rem solid var(--reply-text-color);
|
||||||
background-color: var(--sidebar-highlighted-background-color);
|
background-color: var(--sidebar-highlighted-background-color);
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
.context-menu-item {
|
.context-menu-item {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue