Skip to content

Commit

Permalink
Prevent empty void at the bottom of editor when block directory resul…
Browse files Browse the repository at this point in the history
…ts are present (#63397)

Co-authored-by: talldan <[email protected]>
Co-authored-by: Mamaduka <[email protected]>
Co-authored-by: annezazu <[email protected]>
  • Loading branch information
4 people committed Jul 11, 2024
1 parent f699d2b commit 8c6ccaf
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
display: grid;
grid-template-columns: auto 1fr;

// The item contains absolutely positioned items.
// Set `position: relative` on the parent to prevent overflow issues
// in scroll containers.
// See: https://github.com/WordPress/gutenberg/issues/63384
position: relative;

&:hover {
@include button-style__focus();
}
Expand Down

1 comment on commit 8c6ccaf

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 8c6ccaf.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/9886004553
📝 Reported issues:

Please sign in to comment.