Skip to content

Commit

Permalink
Fix overflowing patterns by using overflow:hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan committed Oct 11, 2022
1 parent 63d83dd commit d47f721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/components/inserter/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ $block-inserter-tabs-height: 44px;
.block-editor-inserter__menu {
height: 100%;
position: relative;
overflow: visible;
overflow: hidden;
}

.block-editor-inserter__inline-elements {
Expand Down

0 comments on commit d47f721

Please sign in to comment.