Scroll bar appearing on right

http://arrc.webflow.io/

I placed overflow hidden on the parent but shadows are cut off when I do this.

Is there an alternative fix?

thank you!


Here is my public share link: https://preview.webflow.com/preview/arrc?preview=541af2dd42f62d3d7578f03e74230ae4
(how to access public share link)

Add this code to the custom code area:
<style> body { overflow-x: hidden; } </style>

this worked thank you

1 Like

actually on my iphone it still scrolls right.

please advise

Try to change in code snippet body to .at-body

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.