mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-28 01:44:45 +00:00
removed old class qualification for overflow scrolling margin overrides on listviews
This commit is contained in:
parent
ef37e9fde8
commit
a00c05109b
1 changed files with 2 additions and 2 deletions
|
|
@ -45,10 +45,10 @@ 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 {
|
||||
.ui-mobile-touch-overflow .ui-content .ui-listview {
|
||||
margin-top: 0;
|
||||
}
|
||||
.ui-mobile-touch-overflow.ui-native-fixed .ui-content .ui-listview-inset {
|
||||
.ui-mobile-touch-overflow .ui-content .ui-listview-inset {
|
||||
margin-top: 1em;
|
||||
}
|
||||
.ui-header-fixed .ui-btn {
|
||||
|
|
|
|||
Loading…
Reference in a new issue