summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/VAADIN/themes/base')
-rw-r--r--WebContent/VAADIN/themes/base/common/common.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/base/common/common.scss b/WebContent/VAADIN/themes/base/common/common.scss
index fd4625606a..e7fdd3fe84 100644
--- a/WebContent/VAADIN/themes/base/common/common.scss
+++ b/WebContent/VAADIN/themes/base/common/common.scss
@@ -225,7 +225,12 @@ body &.v-app-loading {
/* Enable kinetic scrolling on Mobile Safari 6 */
.v-ios.v-sa6 & .v-scrollable {
- -webkit-overflow-scrolling: touch;
+ -webkit-overflow-scrolling: touch;
+}
+
+&.v-overlay-container {
+ width: 0;
+ height: 0;
}
} \ No newline at end of file