Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
only fix toolbar conflicts on push and reveal
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Jehl committed Dec 18, 2012
1 parent 292b1f8 commit 35b3c61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/structure/jquery.mobile.fixedToolbar.css
Expand Up @@ -53,7 +53,8 @@
.ui-android-2x-fixed .ui-li-has-thumb {
-webkit-transform: translate3d(0,0,0);
}
.ui-panel-content-wrap .ui-header-fixed {
.ui-panel-content-wrap.ui-panel-content-wrap-display-push .ui-header-fixed,
.ui-panel-content-wrap.ui-panel-content-wrap-display-reveal .ui-header-fixed {
-webkit-transform: translateY(-100%);
}
.ui-panel-content-wrap-closed .ui-header-fixed {
Expand Down

0 comments on commit 35b3c61

Please sign in to comment.