Skip to content

Commit

Permalink
Move overflow: visible rule to the resizeable box
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewserong committed Apr 19, 2023
1 parent 6a25238 commit 731e3a5
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit 731e3a5

Please sign in to comment.