From 8b1e5a2d314ae89d96f38f2d09517bb2a45705dd Mon Sep 17 00:00:00 2001 From: Johannes Dahlström Date: Tue, 4 Sep 2012 11:14:09 +0000 Subject: Enable (hopefully this time for real) native touch scrolling on Mobile Safari 6+ (#8792) svn changeset:24300/svn branch:6.8 --- WebContent/VAADIN/themes/base/common/common.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'WebContent') diff --git a/WebContent/VAADIN/themes/base/common/common.css b/WebContent/VAADIN/themes/base/common/common.css index 74ed21bd1a..4dbe35704c 100644 --- a/WebContent/VAADIN/themes/base/common/common.css +++ b/WebContent/VAADIN/themes/base/common/common.css @@ -233,4 +233,8 @@ div.v-app-loading { .v-scrollable { overflow: auto; -} \ No newline at end of file +} +/* Enable kinetic scrolling on Mobile Safari 6 */ +.v-ios.v-sa6 .v-scrollable { + -webkit-overflow-scrolling: touch; +} \ No newline at end of file -- cgit v1.2.3