]> source.dussan.org Git - vaadin-framework.git/commitdiff
Don't need the overflow fix any more (#8313)
authorLeif Åstrand <leif@vaadin.com>
Tue, 13 Mar 2012 12:17:55 +0000 (14:17 +0200)
committerLeif Åstrand <leif@vaadin.com>
Tue, 13 Mar 2012 12:17:55 +0000 (14:17 +0200)
src/com/vaadin/terminal/gwt/client/ui/VAbstractSplitPanel.java

index d3ac9b2defbec25e626d10b483778231ad0023d5..da5cef252b3df2442f683b35d148105f7e3dd03a 100644 (file)
@@ -324,10 +324,6 @@ public class VAbstractSplitPanel extends ComplexPanel {
             break;
         }
 
-        // fixes scrollbars issues on webkit based browsers
-        Util.runWebkitOverflowAutoFix(secondContainer);
-        Util.runWebkitOverflowAutoFix(firstContainer);
-
     }
 
     void setFirstWidget(Widget w) {