You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by an...@apache.org on 2010/11/22 16:37:35 UTC

svn commit: r1037755 - /tapestry/tapestry-site/branches/post-5.2-site/styles/style.css

Author: andyhot
Date: Mon Nov 22 15:37:34 2010
New Revision: 1037755

URL: http://svn.apache.org/viewvc?rev=1037755&view=rev
Log:
update overflow for body - fixes IE no-scroll problem

Modified:
    tapestry/tapestry-site/branches/post-5.2-site/styles/style.css

Modified: tapestry/tapestry-site/branches/post-5.2-site/styles/style.css
URL: http://svn.apache.org/viewvc/tapestry/tapestry-site/branches/post-5.2-site/styles/style.css?rev=1037755&r1=1037754&r2=1037755&view=diff
==============================================================================
--- tapestry/tapestry-site/branches/post-5.2-site/styles/style.css (original)
+++ tapestry/tapestry-site/branches/post-5.2-site/styles/style.css Mon Nov 22 15:37:34 2010
@@ -5,6 +5,11 @@ body {
 	font-size:13px;	
 }
 
+html body { /* update HACK: Temporary fix for CONF-15412 */ 
+    overflow-x: visible; 
+    overflow-y: scroll; 
+} 
+
 h1, h2, h3 { margin: 0; padding: 0; }
 
 h2, h3 {