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