diff --git a/packages/block-editor/src/components/link-control/style.scss b/packages/block-editor/src/components/link-control/style.scss index 2b1c9f050522d..e9065ddba5cff 100644 --- a/packages/block-editor/src/components/link-control/style.scss +++ b/packages/block-editor/src/components/link-control/style.scss @@ -53,14 +53,14 @@ &::before { height: $grid-size-large/2; - top: -1px; + top: 0; bottom: auto; background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); } &::after { - height: 20px; - bottom: -1px; + height: $grid-size-large; + bottom: 0; top: auto; background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); } @@ -68,7 +68,7 @@ .block-editor-link-control__search-results { margin: 0; - padding: $grid-size-large/2 $grid-size-large; + padding: $grid-size-large/2 $grid-size-large $grid-size-large; max-height: 200px; overflow-y: scroll; // allow results list to scroll