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:
parent
44dc8983c8
commit
90bb800346
1 changed files with 0 additions and 5 deletions
|
@ -148,10 +148,6 @@ $user-dropdown-width-mobile: 5rem;
|
||||||
$hamburger-menu-icon-spacing: 1rem;
|
$hamburger-menu-icon-spacing: 1rem;
|
||||||
$hamburger-menu-icon-width: 28px;
|
$hamburger-menu-icon-width: 28px;
|
||||||
|
|
||||||
.navbar {
|
|
||||||
z-index: 4 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.logo-link {
|
.logo-link {
|
||||||
display: none;
|
display: none;
|
||||||
padding: 0.5rem 0.75rem;
|
padding: 0.5rem 0.75rem;
|
||||||
|
@ -176,7 +172,6 @@ $hamburger-menu-icon-width: 28px;
|
||||||
|
|
||||||
.navbar.main-theme {
|
.navbar.main-theme {
|
||||||
background: var(--site-background);
|
background: var(--site-background);
|
||||||
z-index: 5 !important;
|
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue