Skip to content

Commit

Permalink
Adding comment about resize flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Oct 12, 2023
1 parent f1019df commit 381fe99
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ function GradientColorPickerDropdown( {
( {
placement: 'bottom',
offset: 8,
// Disabling resize as it would otherwise cause the popover to show
// scrollbars while dragging the color picker's handle close to the
// popover edge.
resize: false,
} ) as const,
[]
Expand Down

0 comments on commit 381fe99

Please sign in to comment.