mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-25 08:34:43 +00:00
Merge pull request #3165 from MaZderMind/fix-touchOverflow-with-lists
fix css in touch-overflow example. Thanks MaZderMind!
This commit is contained in:
commit
f8dcaa2713
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue