dwh-outsite / dwhdelft.nl

🌈 Website for DWH - Delft's LGBT+ association
https://dwhdelft.nl
7 stars 10 forks source link

Maximum number of pages in dropdown #549

Open thomcsmits opened 4 months ago

thomcsmits commented 4 months ago

When adding more items to the dropdown menu, the bottom items disappear in small window size

Desired outcome: scrollable dropdown menu in small window size

laurensWe commented 4 months ago

from an UI perspective I would hate to have a scrollbar there as people mostly will not see this

casperboone commented 4 months ago

I think the issue is mostly that the bottom of the navigation is cut off on non-home pages due to the overflow:hidden of the header.

e.g.:

image

There's no trivial fix for this, sadly, requires some rethinking how the navigation and header work.