Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Merge pull request #3165 from MaZderMind/fix-touchOverflow-with-lists
Browse files Browse the repository at this point in the history
fix css in touch-overflow example. Thanks MaZderMind!
  • Loading branch information
toddparker committed Nov 25, 2011
2 parents 37a0795 + 3d40a6a commit f8dcaa2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions css/structure/jquery.mobile.core.css
Expand Up @@ -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;
Expand Down

0 comments on commit f8dcaa2

Please sign in to comment.