Skip to content

Commit

Permalink
Fix menu space when search control is active.
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenDufresne committed Jul 7, 2022
1 parent 57d2efc commit abc0253
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions mu-plugins/blocks/global-header-footer/postcss/header/header.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,17 @@ html {
}
}

/*
* Gutenberg Patches
*
* See: https://github.com/WordPress/wporg-mu-plugins/issues/216
*/

.has-modal-open .admin-bar .wp-block-navigation__responsive-dialog,
.wp-block-group.global-header .has-modal-open .wp-block-navigation__responsive-dialog {
margin-top: 0;
}

@media (--short-screen) {
.wp-block-group.global-header {
& > * {
Expand Down

0 comments on commit abc0253

Please sign in to comment.