Skip to content

Commit

Permalink
Fix: Prevent page scroll when searching in the block inserter
Browse files Browse the repository at this point in the history
  • Loading branch information
Petter Walbø Johnsgård committed Jun 30, 2021
1 parent 648184b commit 7f23d04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-editor/src/components/inserter/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ $block-inserter-tabs-height: 44px;
.block-editor-inserter__panel-title button {
margin: 0 $grid-unit-15 0 0;
color: $gray-700;
position: relative;
text-transform: uppercase;
font-size: 11px;
font-weight: 500;
Expand Down

0 comments on commit 7f23d04

Please sign in to comment.