mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-02 20:04:43 +00:00
fix not-inset-list top position, while keeping inset-lists as they are in touchOverflow mode
This commit is contained in:
parent
3d40a6a668
commit
7e18890cd6
1 changed files with 7 additions and 0 deletions
|
|
@ -45,6 +45,13 @@ div.ui-mobile-viewport { overflow-x: hidden; }
|
|||
.ui-page.ui-mobile-pre-transition {
|
||||
display: block;
|
||||
}
|
||||
.ui-mobile-touch-overflow.ui-native-fixed .ui-content .ui-listview {
|
||||
margin-top: 0;
|
||||
}
|
||||
.ui-mobile-touch-overflow.ui-native-fixed .ui-content .ui-listview-inset {
|
||||
margin-top: 1em;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
/* loading screen */
|
||||
.ui-loading .ui-mobile-viewport { overflow: hidden !important; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue