mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Fixed non reacting generated back buttons with touchOverflowEnabled
This commit is contained in:
parent
16f1e47e7f
commit
30255d1fa2
1 changed files with 3 additions and 0 deletions
|
|
@ -51,6 +51,9 @@ 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-header .ui-btn {
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
/* loading screen */
|
||||
.ui-loading .ui-mobile-viewport { overflow: hidden !important; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue