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

Commit 35b3c61

Browse files
author
Scott Jehl
committed
only fix toolbar conflicts on push and reveal
1 parent 292b1f8 commit 35b3c61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css/structure/jquery.mobile.fixedToolbar.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
.ui-android-2x-fixed .ui-li-has-thumb {
5454
-webkit-transform: translate3d(0,0,0);
5555
}
56-
.ui-panel-content-wrap .ui-header-fixed {
56+
.ui-panel-content-wrap.ui-panel-content-wrap-display-push .ui-header-fixed,
57+
.ui-panel-content-wrap.ui-panel-content-wrap-display-reveal .ui-header-fixed {
5758
-webkit-transform: translateY(-100%);
5859
}
5960
.ui-panel-content-wrap-closed .ui-header-fixed {

0 commit comments

Comments
 (0)