From: Matti Tahvonen Date: Wed, 21 May 2008 08:12:31 +0000 (+0000) Subject: fixes #1688 X-Git-Tag: 6.7.0.beta1~4725 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=61fc9ca5462c234c550897622a71f986ca7b44ef;p=vaadin-framework.git fixes #1688 svn changeset:4589/svn branch:trunk --- diff --git a/WebContent/ITMILL/themes/example/styles.css b/WebContent/ITMILL/themes/example/styles.css index dfe81e21d4..bbd070a9da 100644 --- a/WebContent/ITMILL/themes/example/styles.css +++ b/WebContent/ITMILL/themes/example/styles.css @@ -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