From 56c914ebd911e57d31ad7f2c9d4dc3332192dd46 Mon Sep 17 00:00:00 2001 From: Joonas Lehtinen Date: Fri, 2 Nov 2007 13:34:25 +0000 Subject: [PATCH] overflow auto and height 100% defaults for iview svn changeset:2688/svn branch:trunk --- .../toolkit/terminal/gwt/public/default/common/common.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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, -- 2.39.5