Skip to content

Commit

Permalink
Backport #26583 to the 5.6 branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
desrosj committed Feb 16, 2021
1 parent 128d6a0 commit d993892
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
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 @@ -276,6 +276,7 @@ $block-inserter-tabs-height: 44px;
border-top: $border-width solid $gray-300;
padding: $grid-unit-20;
flex-shrink: 0;
position: relative; // prevents overscroll when block library is open
}

.block-editor-inserter__manage-reusable-blocks-container {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ html.interface-interface-skeleton__html-container {
.interface-interface-skeleton__left-sidebar {
@include break-medium() {
border-right: $border-width solid $gray-200;
overflow: hidden; // prevent overscroll
}
}

Expand Down

0 comments on commit d993892

Please sign in to comment.