make navbar scroll horizontally on overflow
This commit is contained in:
parent
c1dd70f497
commit
d37b46ff06
1 changed files with 2 additions and 0 deletions
|
@ -133,6 +133,8 @@ a {
|
|||
|
||||
nav {
|
||||
border-bottom: thin solid $color-primary;
|
||||
overflow-x: auto;
|
||||
white-space: nowrap;
|
||||
|
||||
ul {
|
||||
list-style-type: none;
|
||||
|
|
Loading…
Reference in a new issue