Skip to content

Commit 7e18890

Browse files
committed
fix not-inset-list top position, while keeping inset-lists as they are in touchOverflow mode
1 parent 3d40a6a commit 7e18890

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

css/structure/jquery.mobile.core.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@ div.ui-mobile-viewport { overflow-x: hidden; }
4545
.ui-page.ui-mobile-pre-transition {
4646
display: block;
4747
}
48+
.ui-mobile-touch-overflow.ui-native-fixed .ui-content .ui-listview {
49+
margin-top: 0;
50+
}
51+
.ui-mobile-touch-overflow.ui-native-fixed .ui-content .ui-listview-inset {
52+
margin-top: 1em;
53+
margin-bottom: 0;
54+
}
4855

4956
/* loading screen */
5057
.ui-loading .ui-mobile-viewport { overflow: hidden !important; }

0 commit comments

Comments
 (0)