mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-01 19:34:42 +00:00
z-index of buttons within fixed headers -moved to specific class
This commit is contained in:
parent
d16da24e0e
commit
ef37e9fde8
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue