zacharycvivian / react-portfolio-app

Zachary Vivian's Portfolio Website
https://www.zacharycvivian.com
0 stars 0 forks source link

Lock Scrolling when Modals are Open #38

Closed zacharycvivian closed 2 months ago

zacharycvivian commented 2 months ago

When a modal is open and you scroll, the blurred background doesn't apply. To prevent this I will implement a scroll lock until the modal is closed since the user doesn't need to be scrolling while the modal is open anyways.

zacharycvivian commented 2 months ago

fixed