Commits

Alexandre Vryghem authored c042a5cf1a1
Fixed mobile nav not opening/displaying correctly
No tags

src/app/header-nav-wrapper/header-navbar-wrapper.component.scss

Modified
1 -@media screen and (max-width: map-get($grid-breakpoints, md)) {
2 - :host.open {
3 - background-color: var(--bs-white);
4 - top: 0;
5 - position: sticky;
6 - }
1 +:host {
2 + position: relative;
3 + z-index: var(--ds-nav-z-index);
7 4 }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut