Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Merge pull request #3278 from MaZderMind/fix-touchOverflow-with-lists
Browse files Browse the repository at this point in the history
fix position of searchbar in touchOverflow mode
  • Loading branch information
Wilto committed Dec 30, 2011
2 parents 597c25a + 947a9e2 commit bb2a578
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions css/structure/jquery.mobile.core.css
Expand Up @@ -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;
}
Expand Down

0 comments on commit bb2a578

Please sign in to comment.