summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2012-02-16 18:58:15 +0200
committerLeif Åstrand <leif@vaadin.com>2012-02-16 18:58:15 +0200
commitf82f4d59015209feae98743bc27744a81ded89b8 (patch)
treecb0f84555c19d12cf8ff8750ddbe527faec8b5b5 /WebContent/VAADIN
parent89f35894d653ce1fce356ca79dc176402dae54db (diff)
downloadvaadin-framework-f82f4d59015209feae98743bc27744a81ded89b8.tar.gz
vaadin-framework-f82f4d59015209feae98743bc27744a81ded89b8.zip
Set a style name for the layout slot and add overflow: hidden (#8313)
Diffstat (limited to 'WebContent/VAADIN')
-rw-r--r--WebContent/VAADIN/themes/base/orderedlayout/orderedlayout.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/base/orderedlayout/orderedlayout.css b/WebContent/VAADIN/themes/base/orderedlayout/orderedlayout.css
index ef8c15ac1e..83fcc0b84f 100644
--- a/WebContent/VAADIN/themes/base/orderedlayout/orderedlayout.css
+++ b/WebContent/VAADIN/themes/base/orderedlayout/orderedlayout.css
@@ -38,3 +38,8 @@
padding-top: 0;
padding-left: 0;
}
+
+.v-horizontallayout-slot, .v-verticallayout-slot {
+ position: absolute;
+ overflow: hidden;
+}