diff options
author | Leif Åstrand <leif@vaadin.com> | 2012-02-16 18:58:15 +0200 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2012-02-16 18:58:15 +0200 |
commit | f82f4d59015209feae98743bc27744a81ded89b8 (patch) | |
tree | cb0f84555c19d12cf8ff8750ddbe527faec8b5b5 /WebContent/VAADIN | |
parent | 89f35894d653ce1fce356ca79dc176402dae54db (diff) | |
download | vaadin-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.css | 5 |
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; +} |