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

Commit 22c382c

Browse files
Panel: Updated the responsive panel CSS that disables dismiss on wider viewports if display mode is push. Fixes #6317.
1 parent 1242d9e commit 22c382c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/structure/jquery.mobile.panel.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
z-index: 999;
5252
}
5353

54-
/* fiixed toolbars */
54+
/* fixed toolbars */
5555
.ui-panel-fixed-toolbar {
5656
overflow-x: hidden;
5757
}
@@ -226,7 +226,7 @@
226226
.ui-responsive-panel .ui-panel-page-content-open.ui-panel-page-content-display-reveal {
227227
width: auto;
228228
}
229-
.ui-responsive-panel .ui-panel-dismiss-display-push {
229+
.ui-responsive-panel.ui-page-active ~ .ui-panel-dismiss-display-push {
230230
display: none;
231231
}
232232
}

0 commit comments

Comments
 (0)