overflow-x on <html> inside iframe also does overflow-y

115 Views Asked by At

I'm using a jquery plugin which happens to apply overflow-x:hidden on the tag, which is fair enough for it's purpose.

However oddly, when the tag is inside an iframe, the overflow-x is acting like overflow-y as well!

This is happening in IE7 compatibility mode.

Any ideas, from my understanding, overflow-x is supported in IE7 fine.

1

There are 1 best solutions below

1
On

Explicitly applying overflow-y:scroll seemed to fix it.