summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/default/absolutelayout/absolutelayout.css
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/VAADIN/themes/default/absolutelayout/absolutelayout.css')
-rw-r--r--WebContent/VAADIN/themes/default/absolutelayout/absolutelayout.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/default/absolutelayout/absolutelayout.css b/WebContent/VAADIN/themes/default/absolutelayout/absolutelayout.css
new file mode 100644
index 0000000000..9373b73db8
--- /dev/null
+++ b/WebContent/VAADIN/themes/default/absolutelayout/absolutelayout.css
@@ -0,0 +1,4 @@
+.v-absolutelayout-wrapper {
+ position: absolute;
+ overflow:hidden;
+}