From: Johannes Dahlström Date: Fri, 4 May 2012 13:13:11 +0000 (+0000) Subject: Add new CSS class to the base theme enabling (touch) scrolling of the element (#8716... X-Git-Tag: 7.0.0.alpha3~189^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=63dc030e321b05faf02248ca266a90dec2aff067;p=vaadin-framework.git Add new CSS class to the base theme enabling (touch) scrolling of the element (#8716 #8720 #8721 #8722 #8723 #8724 #8725) svn changeset:23677/svn branch:6.8 --- diff --git a/WebContent/VAADIN/themes/base/common/common.css b/WebContent/VAADIN/themes/base/common/common.css index 27bc57dd00..adf84ac3b7 100644 --- a/WebContent/VAADIN/themes/base/common/common.css +++ b/WebContent/VAADIN/themes/base/common/common.css @@ -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