jefflangtech / intro-section

Repo for Front End Mentor Intro Section Challenge
0 stars 0 forks source link

Overflow hidden for slide-out drawer menu not functional on iOS devices #2

Closed jefflangtech closed 2 years ago

jefflangtech commented 2 years ago

This could be a Safari specific thing, or iOS specific thing, but need to research and figure out how to hide the menu from being seen when it's supposed to be hidden. Could also be related to the zoomability in iOS devices for web pages.

jefflangtech commented 2 years ago

Safari does not implement overflow:hidden on html or body. Created a div.container to sit within body and have overflow:hidden target that element instead