Skip to content

Commit

Permalink
CustomGradientBar: Use placement instead of position
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Aug 4, 2022
1 parent ac9b60c commit 088c11b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function GradientColorPickerDropdown( {
const result = {
className:
'components-custom-gradient-picker__color-picker-popover',
position: 'top',
placement: 'top',
};
if ( isRenderedInSidebar ) {
result.anchorRef = gradientPickerDomRef;
Expand Down

0 comments on commit 088c11b

Please sign in to comment.