Skip to content

Commit

Permalink
Fix navigation scrollbar for small devices
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenCathcart committed Dec 2, 2023
1 parent 69f2f4d commit 59ae95a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/assets/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,9 @@ html .md-footer-meta.md-typeset a:is(:focus, :hover) {
width: 100%;
vertical-align: top;
}
.md-nav.md-nav--primary {
overflow: hidden auto;
}
.md-nav__title .md-nav__button.md-logo :-moz-any(img, svg) {
fill:currentcolor;
display:block;
Expand Down

0 comments on commit 59ae95a

Please sign in to comment.