diff options
author | Johannes Dahlström <johannes.dahlstrom@vaadin.com> | 2012-05-21 12:26:20 +0000 |
---|---|---|
committer | Johannes Dahlström <johannes.dahlstrom@vaadin.com> | 2012-05-21 12:26:20 +0000 |
commit | e716b16b6162a90946a926eff3bfd2593f092b69 (patch) | |
tree | 4cf3cb67947c4f7662bd3bf5e2dd5a927673e24c /WebContent | |
parent | 99786aecc49f538dbae3a856009baefc05666a34 (diff) | |
download | vaadin-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.css | 1 |
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 |