navigation links sidebar overlays main body text on small screens #396
Closed
Description
- This is a question about using the theme.
- I believe this to be a bug with the theme --- not Jekyll, GitHub Pages or one of the bundled plugins.
- This is a feature request.
- I have updated all gems with
bundle update
. - I have tested locally with
bundle exec jekyll build
.
Expected behavior
navigation sidebar either disappears when screen too narrow or scrolls away as the page is scrolled, does not overlay text from main page
Steps to reproduce the behavior
Visit the below page on a smaller width screen and scroll down a little:
https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/
The navigation sidebar text overlays the main text.
I'd personally prefer the navigation text to be hidden when the screen is too narrow (navigation is possible from elsewhere anyway)...