summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base/customlayout
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/VAADIN/themes/base/customlayout')
-rw-r--r--WebContent/VAADIN/themes/base/customlayout/customlayout.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/base/customlayout/customlayout.scss b/WebContent/VAADIN/themes/base/customlayout/customlayout.scss
index 26e1538d29..0f5f1230c4 100644
--- a/WebContent/VAADIN/themes/base/customlayout/customlayout.scss
+++ b/WebContent/VAADIN/themes/base/customlayout/customlayout.scss
@@ -1,6 +1,6 @@
-@mixin base-customlayout {
+@mixin base-customlayout($name : v-customlayout) {
-.v-customlayout {
+.#{$name} {
overflow: hidden;
}