summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorJohannes Dahlström <johannes.dahlstrom@vaadin.com>2012-05-04 13:13:11 +0000
committerJohannes Dahlström <johannes.dahlstrom@vaadin.com>2012-05-04 13:13:11 +0000
commit63dc030e321b05faf02248ca266a90dec2aff067 (patch)
tree21bc6697420eed9f7ad5a8580b4dea4dac03a161 /WebContent
parent2a72a1db5f3698c4fe040b96043f9fea3f31d308 (diff)
downloadvaadin-framework-63dc030e321b05faf02248ca266a90dec2aff067.tar.gz
vaadin-framework-63dc030e321b05faf02248ca266a90dec2aff067.zip
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
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/VAADIN/themes/base/common/common.css5
1 files changed, 5 insertions, 0 deletions
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