From: Joonas Lehtinen Date: Fri, 2 Nov 2007 13:34:25 +0000 (+0000) Subject: overflow auto and height 100% defaults for iview X-Git-Tag: 6.7.0.beta1~5690 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=56c914ebd911e57d31ad7f2c9d4dc3332192dd46;p=vaadin-framework.git overflow auto and height 100% defaults for iview svn changeset:2688/svn branch:trunk --- diff --git a/src/com/itmill/toolkit/terminal/gwt/public/default/common/common.css b/src/com/itmill/toolkit/terminal/gwt/public/default/common/common.css index 5790e632c0..239549ecc8 100644 --- a/src/com/itmill/toolkit/terminal/gwt/public/default/common/common.css +++ b/src/com/itmill/toolkit/terminal/gwt/public/default/common/common.css @@ -8,7 +8,9 @@ } .i-view { - height: 100%; + height: 100%; + width: 100% + overflow: auto; } #itmill-ajax-window input,