Skip to content

Commit

Permalink
Try, fix inserter being hidden. (#20663)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen authored and jorgefilipecosta committed Mar 10, 2020
1 parent c7ed00e commit 42dedab
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,12 @@
}

// Empty / default block side inserter.
.block-editor-block-list__empty-block-inserter, // Empty paragraph
.block-editor-block-list__empty-block-inserter.block-editor-block-list__empty-block-inserter, // Empty paragraph, needs specificity to override inherited popover styles.
.block-editor-default-block-appender .block-editor-inserter { // Empty appender
position: absolute;
top: 0;

height: $block-side-ui-width;
// Change the size of the buttons to match that of the default paragraph height.
.components-button.has-icon {
width: $block-side-ui-width;
Expand Down

0 comments on commit 42dedab

Please sign in to comment.