From: Leif Åstrand Date: Tue, 28 Feb 2012 13:03:24 +0000 (+0200) Subject: Don't use overflow: hidden by default (#8313) X-Git-Tag: 7.0.0.alpha2~421 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d2789cfddbf91aec8e79b003db64988dccebdc02;p=vaadin-framework.git Don't use overflow: hidden by default (#8313) --- diff --git a/WebContent/VAADIN/themes/base/orderedlayout/orderedlayout.css b/WebContent/VAADIN/themes/base/orderedlayout/orderedlayout.css index 83fcc0b84f..727ca92f72 100644 --- a/WebContent/VAADIN/themes/base/orderedlayout/orderedlayout.css +++ b/WebContent/VAADIN/themes/base/orderedlayout/orderedlayout.css @@ -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; }