Alex KeySmith
Alex KeySmith

Reputation: 17101

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

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.

Upvotes: 0

Views: 141

Answers (1)

Alex KeySmith
Alex KeySmith

Reputation: 17101

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

Upvotes: 1

Related Questions