I have a position:fixed
Element A that contains Element B that's much wider and sometimes taller than A. I set Element A to overflow-x:hidden
to prevent scrolling in the horizontal direction but it's not working. This issue doesn't occur in iOS's UIWebview.
Does anyone know why?