Skip to content

Commit f8dcaa2

Browse files
committed
Merge pull request jquery-archive#3165 from MaZderMind/fix-touchOverflow-with-lists
fix css in touch-overflow example. Thanks MaZderMind!
2 parents 37a0795 + 3d40a6a commit f8dcaa2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

css/structure/jquery.mobile.core.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ div.ui-mobile-viewport { overflow-x: hidden; }
2929
.ui-mobile-touch-overflow.ui-native-fixed .ui-content {
3030
overflow: auto;
3131
height: 100%;
32+
left: 0;
33+
right: 0;
3234
-webkit-overflow-scrolling: touch;
3335
-moz-overflow-scrolling: touch;
3436
-o-overflow-scrolling: touch;

0 commit comments

Comments
 (0)