Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Move overflow: visible rule to the resizeable box
  • Loading branch information
andrewserong committed Apr 19, 2023
commit 731e3a580fa6f415e205c00c3d48043152f1fc90
1 change: 1 addition & 0 deletions packages/block-library/src/cover/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
// The inner drag handle will still have `pointer-events: all` allowing
// it to continue to be interacted with.
pointer-events: none;
overflow: visible;
}
}

Expand Down