Merge branch 'subnav-scroll' into 'master'
Make navigation scrollable when browser too narrow See merge request zombi/website!23
This commit is contained in:
commit
ac5edd438f
1 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,8 @@ body {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-subnav li {
|
.header-subnav li {
|
||||||
|
|
Loading…
Reference in a new issue