Skip to content

Commit

Permalink
Adding scrollbar to header, only on mobile (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
maazadeeb authored and JoelMarcey committed Feb 15, 2018
1 parent b27ff6e commit 0dad6d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/static/css/main.css
Expand Up @@ -1203,6 +1203,12 @@ ul#languages li {
}
}

@media only screen and (max-device-width: 735px) {
.navigationSlider .slidingNav ul {
overflow-x: auto;
}
}

.docs-prevnext {
margin: 20px 0;
}
Expand Down

0 comments on commit 0dad6d5

Please sign in to comment.