Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prevent empty void at the bottom of editor when block directory resul…
…ts are present
  • Loading branch information
talldan committed Jul 11, 2024
commit 5a6ff8a474569a8f6d260943e103c5414a3e9fcb
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