summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorJohannes Dahlström <johannes.dahlstrom@vaadin.com>2012-05-21 12:26:20 +0000
committerJohannes Dahlström <johannes.dahlstrom@vaadin.com>2012-05-21 12:26:20 +0000
commite716b16b6162a90946a926eff3bfd2593f092b69 (patch)
tree4cf3cb67947c4f7662bd3bf5e2dd5a927673e24c /WebContent
parent99786aecc49f538dbae3a856009baefc05666a34 (diff)
downloadvaadin-framework-e716b16b6162a90946a926eff3bfd2593f092b69.tar.gz
vaadin-framework-e716b16b6162a90946a926eff3bfd2593f092b69.zip
Remove -webkit-overflow-scrolling from .v-scrollable for now - caused a weird iOS 5 bug in Accordion touch support (#8723 #8792)
svn changeset:23770/svn branch:6.8
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/VAADIN/themes/base/common/common.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/base/common/common.css b/WebContent/VAADIN/themes/base/common/common.css
index f0b0f8e7be..8734aee63f 100644
--- a/WebContent/VAADIN/themes/base/common/common.css
+++ b/WebContent/VAADIN/themes/base/common/common.css
@@ -232,5 +232,4 @@ div.v-app-loading {
.v-scrollable {
overflow: auto;
- -webkit-overflow-scrolling: touch;
} \ No newline at end of file