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.

CommentFileSizeAuthor
#1 scroll-x-ad_novus--1254680-1.patch355 bytesjessehs
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jessehs’s picture

Status: Active » Needs review
FileSize
355 bytes

Here'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.