diff --git a/frontend/styles/header.scss b/frontend/styles/header.scss index fdf277963..115a51ea4 100644 --- a/frontend/styles/header.scss +++ b/frontend/styles/header.scss @@ -28,11 +28,10 @@ $c: map.get($container-max-widths, 'xxl'); position: relative; } - a:not(.dropdown-item), + a, button.btn-link { display: block; color: var(--bs-emphasis-color); - padding: 0; &:hover { text-decoration: none; @@ -52,6 +51,7 @@ $c: map.get($container-max-widths, 'xxl'); } button.user-profile { + padding: 0; display: flex; align-items: center; @@ -69,11 +69,6 @@ $c: map.get($container-max-widths, 'xxl'); position: relative; border-bottom: 1px var(--bs-border-color-translucent) solid; - ul.nav-ul, - ul.nav-menu { - z-index: 1046; - } - ul.nav-menu { display: flex; flex-direction: column;