]> source.dussan.org Git - vaadin-framework.git/commitdiff
Remove -webkit-overflow-scrolling from .v-scrollable for now - caused a weird iOS...
authorJohannes Dahlström <johannes.dahlstrom@vaadin.com>
Mon, 21 May 2012 12:26:20 +0000 (12:26 +0000)
committerJohannes Dahlström <johannes.dahlstrom@vaadin.com>
Mon, 21 May 2012 12:26:20 +0000 (12:26 +0000)
svn changeset:23770/svn branch:6.8

WebContent/VAADIN/themes/base/common/common.css

index f0b0f8e7be0cfcc07bf7b834eb91a4a45ff487a5..8734aee63ffcbe633bcd7caaf8109050ea329510 100644 (file)
@@ -232,5 +232,4 @@ div.v-app-loading {
 
 .v-scrollable {
        overflow: auto;
-       -webkit-overflow-scrolling: touch;
 }
\ No newline at end of file