]> source.dussan.org Git - vaadin-framework.git/commitdiff
Merge commit '63dc0'
authorJohannes Dahlström <johannesd@vaadin.com>
Mon, 11 Jun 2012 08:48:53 +0000 (11:48 +0300)
committerJohannes Dahlström <johannesd@vaadin.com>
Mon, 11 Jun 2012 08:48:53 +0000 (11:48 +0300)
Conflicts:
WebContent/VAADIN/themes/base/common/common.css

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

index 3c08a9d584cc3cc69db40c15a243c791837d8e4b,adf84ac3b74d5dbacea7efa0a0beb76d47024cf2..222ec5912f2dc423857811cf65b1d766db5618f1
@@@ -242,6 -231,7 +242,11 @@@ div.v-app-loading 
      cursor: default;
  }
  
- }
 +.v-clip {
 +      overflow: hidden;
 -}
++}
++
+ .v-scrollable {
+       overflow: auto;
+       -webkit-overflow-scrolling: touch;
++}