We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d40a6a commit 7e18890Copy full SHA for 7e18890
css/structure/jquery.mobile.core.css
@@ -45,6 +45,13 @@ div.ui-mobile-viewport { overflow-x: hidden; }
45
.ui-page.ui-mobile-pre-transition {
46
display: block;
47
}
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
55
56
/* loading screen */
57
.ui-loading .ui-mobile-viewport { overflow: hidden !important; }
0 commit comments