]> source.dussan.org Git - vaadin-framework.git/commitdiff
overflow auto and height 100% defaults for iview
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>
Fri, 2 Nov 2007 13:34:25 +0000 (13:34 +0000)
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>
Fri, 2 Nov 2007 13:34:25 +0000 (13:34 +0000)
svn changeset:2688/svn branch:trunk

src/com/itmill/toolkit/terminal/gwt/public/default/common/common.css

index 5790e632c02a962ef185ebef03c657a64be0ef24..239549ecc8a056df924fdd7d91e6c2acf3852929 100644 (file)
@@ -8,7 +8,9 @@
 }
 
 .i-view {
-       height: 100%;   
+       height: 100%;
+       width: 100%
+       overflow: auto; 
 }
 
 #itmill-ajax-window input,