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

Commit

Permalink
firefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Jehl committed Dec 19, 2012
1 parent 361de95 commit 3a47716
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/structure/jquery.mobile.fixedToolbar.css
Expand Up @@ -56,6 +56,10 @@
.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%);
-moz-transform: translateY(-100%);
-o-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
position: absolute;
top: 0;
}
Expand Down

0 comments on commit 3a47716

Please sign in to comment.