I have an animated element on the ipad
, moving from -200px
to 1500px
and being hidden due to overflow-x:hidden
in the browser.
However, when viewing this on the ipad
, I am able to scroll "off screen" and reveal the hidden items, despite setting the body and html to width:100%
and height:100%.
Any suggestions on how to resolve this issue specifically for the ipad?