chipsenkbeil / grid-side

Personal portfolio and blog for use by the Hugo generator.
MIT License
32 stars 21 forks source link

Smaller screens cannot access lower main menu icons #9

Open chipsenkbeil opened 9 years ago

chipsenkbeil commented 9 years ago

Currently, smaller screens result in icons on the main menu not being accessible. Trying to use overflow-y: scroll; on the main menu nav solves the issue, but results in the submenus not being visible (and a scrollbar appearing for them as well).

Maybe add a media query to collapse the icons into something usable?