eurelien-cd28-2022: fix nav item border-bottom on desktop resolutions (#71798)

This commit is contained in:
Corentin Sechet 2022-12-05 14:36:52 +01:00 committed by Gitea
parent 182bf7cd32
commit 9676486381
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ div.gru-nav .gru-nav-button {
// Menu items create the bottom padding for the header here, so
// they reach the bottom of the header and stay hovered when
// moving the mouse to the submenu.
height: calc(#{$header-logo-height} + #{$header-desktop-padding-v});
min-height: calc(#{$header-logo-height} + #{$header-desktop-padding-v});
padding-bottom: $header-desktop-padding-v;
// border-bottom when mouse in in submenu