Skip to content

Commit

Permalink
Add position on wrapper instead of title
Browse files Browse the repository at this point in the history
  • Loading branch information
Petter Walbø Johnsgård committed Jun 30, 2021
1 parent 7f23d04 commit 7e091c2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/block-editor/src/components/inserter/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ $block-inserter-tabs-height: 44px;
}
}

.block-editor-inserter__content {
position: relative;
}

.block-editor-inserter__popover.is-quick {
.components-popover__content {
border: none;
Expand Down Expand Up @@ -194,7 +198,6 @@ $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 7e091c2

Please sign in to comment.