z-index of buttons within fixed headers -moved to specific class

This commit is contained in:
scottjehl 2011-12-26 16:03:30 +07:00
parent d16da24e0e
commit ef37e9fde8

View file

@ -51,7 +51,7 @@ 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 {
.ui-header-fixed .ui-btn {
z-index: 10;
}