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.
This commit is contained in:
kolaente 2022-05-15 22:32:57 +02:00
parent 44dc8983c8
commit 90bb800346
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 5 deletions

View File

@ -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;