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

Commit 3a47716

Browse files
author
Scott Jehl
committed
firefix
1 parent 361de95 commit 3a47716

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css/structure/jquery.mobile.fixedToolbar.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@
5656
.ui-panel-content-wrap.ui-panel-content-wrap-display-push .ui-header-fixed,
5757
.ui-panel-content-wrap.ui-panel-content-wrap-display-reveal .ui-header-fixed {
5858
-webkit-transform: translateY(-100%);
59+
-moz-transform: translateY(-100%);
60+
-o-transform: translateY(-100%);
61+
-ms-transform: translateY(-100%);
62+
transform: translateY(-100%);
5963
position: absolute;
6064
top: 0;
6165
}

0 commit comments

Comments
 (0)