Metadata
Description
With IE 9, there are persistent scroll bars that appear, even though there doesn't seem to be a need to scroll. There are two on the main page, and one on the inner pages. These scroll bars should be removed.
Environments
IE9
Comments
-
Johnny Taylor commented
2012-04-26T11:51:48.058-0400 This issue is something I've had previous experience with. It's caused by the overflow:auto rule on line 186 of the ul.fl-grid selector in the fss-layout.css style sheet. It turns out a fix isn't hard to get around it. Put an overflow:visible on the ul.fl-grid in your style sheet. It solves the issue, as the scroll bars go away, but I'm unsure if it introduces another issue. The way I understand the property it shouldn't, but you never know. Getting back to my previous experience why is overflow:auto even there in the first place?
-
Justin Obara commented
2014-03-04T11:53:58.668-0500 The fluid studios site has been taken down. There are no current plans to replace it.