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

Commit 504582e

Browse files
committed
Merge pull request #3251 from JFK99/master
Fix non reacting generated back buttons with touchOverflowEnabled. Fixes #3241. Thanks JFK99
2 parents 16f1e47 + 30255d1 commit 504582e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

css/structure/jquery.mobile.core.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ div.ui-mobile-viewport { overflow-x: hidden; }
5151
.ui-mobile-touch-overflow.ui-native-fixed .ui-content .ui-listview-inset {
5252
margin-top: 1em;
5353
}
54+
.ui-mobile-touch-overflow.ui-native-fixed .ui-header .ui-btn {
55+
z-index: 10;
56+
}
5457

5558
/* loading screen */
5659
.ui-loading .ui-mobile-viewport { overflow: hidden !important; }

0 commit comments

Comments
 (0)