]> source.dussan.org Git - vaadin-framework.git/commitdiff
Add new CSS class to the base theme enabling (touch) scrolling of the element (#8716...
authorJohannes Dahlström <johannes.dahlstrom@vaadin.com>
Fri, 4 May 2012 13:13:11 +0000 (13:13 +0000)
committerJohannes Dahlström <johannes.dahlstrom@vaadin.com>
Fri, 4 May 2012 13:13:11 +0000 (13:13 +0000)
svn changeset:23677/svn branch:6.8

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

index 27bc57dd00f792fd6c5b565c5d5e4ad6b5a4c793..adf84ac3b74d5dbacea7efa0a0beb76d47024cf2 100644 (file)
@@ -229,4 +229,9 @@ div.v-app-loading {
     opacity: 0.5;
     filter: alpha(opacity=50);
     cursor: default;
+}
+
+.v-scrollable {
+       overflow: auto;
+       -webkit-overflow-scrolling: touch;
 }
\ No newline at end of file