From 61fc9ca5462c234c550897622a71f986ca7b44ef Mon Sep 17 00:00:00 2001 From: Matti Tahvonen Date: Wed, 21 May 2008 08:12:31 +0000 Subject: [PATCH] fixes #1688 svn changeset:4589/svn branch:trunk --- WebContent/ITMILL/themes/example/styles.css | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.5