]> source.dussan.org Git - vaadin-framework.git/commitdiff
fixes #1688
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 21 May 2008 08:12:31 +0000 (08:12 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 21 May 2008 08:12:31 +0000 (08:12 +0000)
svn changeset:4589/svn branch:trunk

WebContent/ITMILL/themes/example/styles.css

index dfe81e21d4da90428289f5e5c250d52121f29f04..bbd070a9da874070dbce17ded5c3e6d0ccd9fb0b 100644 (file)
@@ -1,2 +1,7 @@
 @import url(../default/styles.css);
 
+.i-generated-body {
+       /* full height layout does not need scrollable body; 
+       avoids excess scrollbars if moving sub-window over the window area */
+       overflow:hidden;
+}
\ No newline at end of file