Closed RafadanaM closed 1 year ago
On my phone, I was able to scroll to the right side of the page. The problem happens because the image overflows the page and possibly overflow-x: hidden not properly working on mobile devices.
I fixed it by:
overflow-x: hidden
position: relative
Before:
After:
thanks for helping out!
On my phone, I was able to scroll to the right side of the page. The problem happens because the image overflows the page and possibly overflow-x: hidden not properly working on mobile devices.
I fixed it by:
overflow-x: hidden
on the bodyposition: relative
andoverflow-x: hidden
Before:
After: