From 30255d1fa2bf4897252dac1007f91698e809b63d Mon Sep 17 00:00:00 2001 From: Nicolas Bartoli Date: Mon, 12 Dec 2011 11:00:22 -0800 Subject: [PATCH] Fixed non reacting generated back buttons with touchOverflowEnabled --- css/structure/jquery.mobile.core.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/structure/jquery.mobile.core.css b/css/structure/jquery.mobile.core.css index 6f01725f..dc39cedf 100644 --- a/css/structure/jquery.mobile.core.css +++ b/css/structure/jquery.mobile.core.css @@ -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; }