mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
fix position of searchbar in touchOverflow mode
This commit is contained in:
parent
51d83fcc89
commit
fc9a93d9f9
1 changed files with 7 additions and 0 deletions
|
|
@ -51,6 +51,13 @@ div.ui-mobile-viewport { overflow-x: hidden; }
|
|||
.ui-mobile-touch-overflow.ui-native-fixed .ui-content .ui-listview-inset {
|
||||
margin-top: 1em;
|
||||
}
|
||||
.ui-mobile-touch-overflow.ui-native-fixed .ui-content .ui-listview-filter {
|
||||
margin-top: .2em;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.ui-mobile-touch-overflow.ui-native-fixed .ui-content .ui-listview-filter-inset {
|
||||
margin-bottom: -.9em;
|
||||
}
|
||||
.ui-mobile-touch-overflow.ui-native-fixed .ui-header .ui-btn {
|
||||
z-index: 10;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue