Use stickybits on sidenav

This commit is contained in:
leigh-mil
2019-08-29 20:24:56 -04:00
parent a6397bac35
commit c089682a27
3 changed files with 13 additions and 9 deletions

View File

@@ -1,11 +1,11 @@
.topbar {
background-color: $color-blue-darkest;
border-bottom: 1px solid $color-black;
z-index: 16;
height: 48px;
&.js-is-sticky {
width: 100%;
z-index: 16;
}
&__navigation {