Skip to content

Commit 2571e94

Browse files
JFK99asyraf9
authored andcommitted
Fixed non reacting generated back buttons with touchOverflowEnabled
1 parent 8836b22 commit 2571e94

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)