summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base/customlayout/customlayout.scss
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/VAADIN/themes/base/customlayout/customlayout.scss')
-rw-r--r--WebContent/VAADIN/themes/base/customlayout/customlayout.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/base/customlayout/customlayout.scss b/WebContent/VAADIN/themes/base/customlayout/customlayout.scss
new file mode 100644
index 0000000000..26e1538d29
--- /dev/null
+++ b/WebContent/VAADIN/themes/base/customlayout/customlayout.scss
@@ -0,0 +1,7 @@
+@mixin base-customlayout {
+
+.v-customlayout {
+ overflow: hidden;
+}
+
+} \ No newline at end of file