summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base/orderedlayout
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2012-02-28 15:03:24 +0200
committerLeif Åstrand <leif@vaadin.com>2012-02-28 15:15:14 +0200
commitd2789cfddbf91aec8e79b003db64988dccebdc02 (patch)
treeaaa67320f8297ee464490643ca186d1aeb506d06 /WebContent/VAADIN/themes/base/orderedlayout
parent0b9750bfd02ea5709098a33851b0b768a90e51af (diff)
downloadvaadin-framework-d2789cfddbf91aec8e79b003db64988dccebdc02.tar.gz
vaadin-framework-d2789cfddbf91aec8e79b003db64988dccebdc02.zip
Don't use overflow: hidden by default (#8313)
Diffstat (limited to 'WebContent/VAADIN/themes/base/orderedlayout')
-rw-r--r--WebContent/VAADIN/themes/base/orderedlayout/orderedlayout.css2
1 files changed, 0 insertions, 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;
}