Hamsandwich Posted July 9 Posted July 9 Hi all! I've created this website and after completing I had an issue where I could scroll left to right on safari mobile browser. So I searched the forums and found this code: div { overflow-x: hidden; } This fixed the original issue and I no longer can scroll left to right. Great! But now my next issue i'm facing is that when you scroll on the website you can make the headings scroll if you touch them. No idea how to fix this. Is there a code to stop this from happening or will we need to delete the original code and try fix the original scrolling left to right issue. Thank you all Page reference: https://www.jukeelectrical.com.au/
Solution tuanphan Posted July 12 Solution Posted July 12 Remove your code & use this new code body { overflow-x: hidden; } Hamsandwich 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Hamsandwich Posted July 15 Author Posted July 15 On 7/12/2024 at 5:07 PM, tuanphan said: Remove your code & use this new code body { overflow-x: hidden; } You are amazing. This fixed it, thank you!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment