Merge pull request #3165 from MaZderMind/fix-touchOverflow-with-lists

fix css in touch-overflow example. Thanks MaZderMind!
This commit is contained in:
Todd Parker 2011-11-25 11:39:47 -08:00
commit f8dcaa2713

View file

@ -29,6 +29,8 @@ div.ui-mobile-viewport { overflow-x: hidden; }
.ui-mobile-touch-overflow.ui-native-fixed .ui-content {
overflow: auto;
height: 100%;
left: 0;
right: 0;
-webkit-overflow-scrolling: touch;
-moz-overflow-scrolling: touch;
-o-overflow-scrolling: touch;