]> source.dussan.org Git - vaadin-framework.git/commitdiff
fixes #1426
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 27 Feb 2008 10:17:53 +0000 (10:17 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 27 Feb 2008 10:17:53 +0000 (10:17 +0000)
svn changeset:3935/svn branch:trunk

src/com/itmill/toolkit/terminal/gwt/client/ui/ICustomLayout.java

index b16fa8b660782dcbc9bd85ff52682f3fab68d74a..00fc329c231a37e422081d337647a930a3f31d70 100644 (file)
@@ -57,7 +57,6 @@ public class ICustomLayout extends ComplexPanel implements Paintable,
         DOM.setStyleAttribute(getElement(), "border", "none");
         DOM.setStyleAttribute(getElement(), "margin", "0");
         DOM.setStyleAttribute(getElement(), "padding", "0");
-        DOM.setStyleAttribute(getElement(), "overflow", "hidden");
         setStyleName(CLASSNAME);
     }