USACE / groundwork

React Components for USACE Applications
https://usace.github.io/groundwork
4 stars 0 forks source link

Link overlay in mobile needs some layout work #5

Closed willbreitkreutz closed 3 months ago

willbreitkreutz commented 3 months ago

The OverlayLinks that are used to show the nav bar links in mobile attach to the top of the page, not the top of the navbar, need to make sure that's where their "top-0" snaps to. Also, need to figure out how to make that container scrollable, but lock scrolling on the main body when the overlay is open.

willbreitkreutz commented 3 months ago

Done made the link list scrollable so the close button still hangs out at the top, and made the list fixed so it covers the screen no matter where you are scrolling on the page.