File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- < div [ngClass] ="{'open': !(isNavBarCollapsed | async)} ">
1+ < div [ngClass] ="{'open': !(isNavBarCollapsed | async)} " id =" header-navbar-wrapper " >
22 < ds-themed-header > </ ds-themed-header >
33 < ds-themed-navbar > </ ds-themed-navbar >
44</ div >
Original file line number Diff line number Diff line change 11:host {
22 position : relative ;
3- z-index : var (--ds-nav-z-index );
3+ div #header-navbar-wrapper {
4+ border-bottom : 1px var (--ds-header-navbar-border-bottom-color ) solid ;
5+ }
46}
Original file line number Diff line number Diff line change 11nav .navbar {
22 background-color : var (--ds-navbar-bg );
3- border-bottom : 1px var (--ds-header-navbar-border-bottom-color ) solid ;
43 align-items : baseline ;
54}
65
@@ -12,9 +11,11 @@ nav.navbar {
1211 position : absolute ;
1312 overflow : hidden ;
1413 height : 0 ;
14+ z-index : var (--ds-nav-z-index );
1515 & .open {
1616 height : auto ;
1717 min-height : 100vh ; // doesn't matter because wrapper is sticky
18+ border-bottom : 1px var (--ds-header-navbar-border-bottom-color ) solid ; // open navbar covers header-navbar-wrapper border
1819 }
1920 }
2021}
You can’t perform that action at this time.
0 commit comments