From 2b9b7bd895bc2a05fe36bf033378778823544301 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Fri, 22 May 2020 20:35:55 +0200 Subject: [PATCH] Prevent question menu icon and menu itself overlapping top right actions Signed-off-by: Jan-Christoph Borchardt --- src/components/TopBar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/TopBar.vue b/src/components/TopBar.vue index 57709da..534e0ec 100644 --- a/src/components/TopBar.vue +++ b/src/components/TopBar.vue @@ -39,7 +39,7 @@ $top-bar-height: 60px; .top-bar { position: sticky; - z-index: 10; + z-index: 100; top: var(--header-height); display: flex; align-items: center;