summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorJohn Ahlroos <john@vaadin.com>2013-02-12 08:23:07 +0000
committerVaadin Code Review <review@vaadin.com>2013-02-12 08:23:07 +0000
commit1dc26c018b29f92288e5d3cc7a424b3bdf9c0871 (patch)
tree45335219fee253435377883d9805cc2ec35cec76 /WebContent
parent97e44a9abf150690e03cd404d8b722f3c07ef6b3 (diff)
parent5f402ff7f4ebc646a247f1a9f3dfef6cc9580840 (diff)
downloadvaadin-framework-1dc26c018b29f92288e5d3cc7a424b3bdf9c0871.tar.gz
vaadin-framework-1dc26c018b29f92288e5d3cc7a424b3bdf9c0871.zip
Merge "Set the overlay container width and height to zero (#10860)" into 7.0
Diffstat (limited to 'WebContent')
-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