fix: context menu being underneath members list in z-index

This commit is contained in:
SauceyRed 2025-07-30 17:11:36 +02:00
parent 82dc0fb0e3
commit b54e14a2f8
Signed by: sauceyred
GPG key ID: 2BF92EB6D8A5CCA7

View file

@ -38,6 +38,7 @@ function runCallback(item: ContextMenuItem) {
border: .1rem solid var(--reply-text-color);
background-color: var(--sidebar-highlighted-background-color);
text-align: left;
z-index: 100;
}
.context-menu-item {