Certain content, like a large table of user data, for example will be hidden in smaller browser windows. Since this is a fluid theme, it should create a horizontal scroll bar when a large table exists in the content.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | scroll-x-ad_novus--1254680-1.patch | 355 bytes | jessehs |
Comments
Comment #1
jessehsHere's a patch that adds two lines of css to fix the problem. Currently "#main-inner2" and "#main-inner2 .content" are set to "overflow: hidden;". This is fine, but overflow-x should be set to auto.
Tested in FF, Chrome and IE 7/8.