I’m running into a mobile only scroll issue on my Shopify store: on a real phone, when an overlay is open (burger menu or slide-out cart), the background page can still scroll instead of being locked.
In Chrome DevTools (F12) device emulation it works as expected, so the problem seems specific to actual mobile browsers/devices.
I´ve tried a lot already, but i´ve never been able to fix this.
Store URL: www.motifartwork.com
(If you test the cart, please decline cookies first.)
Any suggestions or pointers would be really appreciated. Thanks!
Setting overflow to visible in one direction (i.e., overflow-x or overflow-y) when it isn’t set to visible or clip in the other direction results in the visible value behaving as auto.
Setting overflow to clip in one direction when it isn’t set to visible or clip in the other direction results in the clip value behaving as hidden.
Ideally you need to clean up these CSS rules.
Or you may try to override all these by adding code like this to your “theme settings”-> “Custom CSS”: