From d2789cfddbf91aec8e79b003db64988dccebdc02 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Leif=20=C3=85strand?= Date: Tue, 28 Feb 2012 15:03:24 +0200 Subject: [PATCH] Don't use overflow: hidden by default (#8313) --- WebContent/VAADIN/themes/base/orderedlayout/orderedlayout.css | 2 -- 1 file changed, 2 deletions(-) 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; } -- 2.39.5