From b54e14a2f8e16b15668cae6357b836291cf6ead0 Mon Sep 17 00:00:00 2001 From: SauceyRed Date: Wed, 30 Jul 2025 17:11:36 +0200 Subject: [PATCH] fix: context menu being underneath members list in z-index --- components/UserInterface/ContextMenu.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/components/UserInterface/ContextMenu.vue b/components/UserInterface/ContextMenu.vue index 2890315..5b8f165 100644 --- a/components/UserInterface/ContextMenu.vue +++ b/components/UserInterface/ContextMenu.vue @@ -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 {