From fb0835bd6d2780e0721771425eed5f03a1cc0b64 Mon Sep 17 00:00:00 2001 From: Leif Åstrand Date: Fri, 10 Feb 2012 10:32:20 +0200 Subject: Set some basic styles in css (#8313) --- WebContent/VAADIN/themes/base/orderedlayout/orderedlayout.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'WebContent/VAADIN') diff --git a/WebContent/VAADIN/themes/base/orderedlayout/orderedlayout.css b/WebContent/VAADIN/themes/base/orderedlayout/orderedlayout.css index 6ed04d8f06..ef8c15ac1e 100644 --- a/WebContent/VAADIN/themes/base/orderedlayout/orderedlayout.css +++ b/WebContent/VAADIN/themes/base/orderedlayout/orderedlayout.css @@ -1,3 +1,10 @@ +.v-orderedlayout, +.v-horizontallayout, +.v-verticallayout { + overflow: hidden; + position: relative; +} + .v-orderedlayout-margin-top, .v-horizontallayout-margin-top, .v-verticallayout-margin-top { -- cgit v1.2.3