Skip to content

Commit

Permalink
[DURACOM-195] [DURACOM-180] Fix issue with header-navbar bottom borde…
Browse files Browse the repository at this point in the history
…r z-index
  • Loading branch information
davide-negretti committed Dec 12, 2023
1 parent e390263 commit 54af1e4
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@
width: 100%;
background-color: var(--ds-expandable-navbar-bg);
position: absolute;
border-bottom: var(--ds-header-navbar-border-bottom-style);
z-index: var(--ds-nav-z-index);
overflow: hidden;
// Following parameters are changed by slideMobileNav animation
min-height: var(--ds-collapsible-navbar-height);
height: auto;

nav#collapsible-mobile-navbar {
// Following parameters are changed by slideMobileNav animation
min-height: var(--ds-collapsible-navbar-height);
height: auto;
border-bottom: var(--ds-header-navbar-border-bottom-style);
}
}
}

Expand Down

0 comments on commit 54af1e4

Please sign in to comment.