Skip to content

Commit

Permalink
Allow pattern inserter to push zoom out mode canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
jeryj committed Feb 24, 2024
1 parent 634b009 commit c77ed37
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/block-editor/src/components/inserter/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -767,3 +767,13 @@ $block-inserter-tabs-height: 44px;
}
}
}

.is-zoom-out {
.block-editor-inserter__menu {
display: flex;
}

.block-editor-inserter__patterns-category-dialog {
position: static;
}
}

0 comments on commit c77ed37

Please sign in to comment.