Skip to content

Commit 2091c66

Browse files
authored
Merge pull request #24 from linode/fix-mobile-nav
Fix mobile nav
2 parents 745d304 + d1607b2 commit 2091c66

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

scss/components/Header.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,13 @@
55
left: 0;
66
z-index: 10;
77
}
8+
9+
.MainHeader {
10+
overflow: hidden;
11+
}
12+
13+
.navbar-toggler {
14+
position: fixed;
15+
top: 0;
16+
}
817
}

0 commit comments

Comments
 (0)