Skip to content

Commit

Permalink
Query Filter: Let dropdown scroll under fixed headers on desktop scre…
Browse files Browse the repository at this point in the history
…en sizes

Fixes #452
  • Loading branch information
ryelle committed Sep 25, 2023
1 parent 918946a commit 6a92c36
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mu-plugins/blocks/query-filter/postcss/style.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
position: relative;

&.is-modal-open {
z-index: 100000; /* admin bar + 1. */
z-index: 9; /* less than global header & local nav. */

@media (max-width: 889px) {
z-index: 100000; /* admin bar + 1. */
}
}
}

Expand Down

0 comments on commit 6a92c36

Please sign in to comment.