Merge pull request #3251 from JFK99/master

Fix non reacting generated back buttons with touchOverflowEnabled. Fixes #3241. Thanks JFK99
This commit is contained in:
Todd Parker 2011-12-12 14:35:17 -08:00
commit 504582e02f

View file

@ -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; }