From 90bb80034693408bb950c10439963ec82aca87a1 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 15 May 2022 22:32:57 +0200 Subject: [PATCH] fix: user menu not properly positioned on mobile The user menu was behind the actual content of the page on mobile devices. That made it unusable. --- src/components/home/TheNavigation.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/components/home/TheNavigation.vue b/src/components/home/TheNavigation.vue index 2534ef08c..c9d273bcb 100644 --- a/src/components/home/TheNavigation.vue +++ b/src/components/home/TheNavigation.vue @@ -148,10 +148,6 @@ $user-dropdown-width-mobile: 5rem; $hamburger-menu-icon-spacing: 1rem; $hamburger-menu-icon-width: 28px; -.navbar { - z-index: 4 !important; -} - .logo-link { display: none; padding: 0.5rem 0.75rem; @@ -176,7 +172,6 @@ $hamburger-menu-icon-width: 28px; .navbar.main-theme { background: var(--site-background); - z-index: 5 !important; justify-content: space-between; align-items: center;