]> source.dussan.org Git - vaadin-framework.git/commitdiff
Don't use overflow: hidden by default (#8313)
authorLeif Åstrand <leif@vaadin.com>
Tue, 28 Feb 2012 13:03:24 +0000 (15:03 +0200)
committerLeif Åstrand <leif@vaadin.com>
Tue, 28 Feb 2012 13:15:14 +0000 (15:15 +0200)
WebContent/VAADIN/themes/base/orderedlayout/orderedlayout.css

index 83fcc0b84f96e6cf4684426f638683478e2e98c1..727ca92f722e08e839da6dcb09e176d71d1fe7a1 100644 (file)
@@ -1,7 +1,6 @@
 .v-orderedlayout,
 .v-horizontallayout,
 .v-verticallayout {
-       overflow: hidden;
        position: relative;
 }
 
@@ -41,5 +40,4 @@
 
 .v-horizontallayout-slot, .v-verticallayout-slot {
        position: absolute;
-       overflow: hidden;
 }