diff --git a/packages/format-library/src/text-color/inline.js b/packages/format-library/src/text-color/inline.js index bc1e0eef07b0c1..a14240ed9f489d 100644 --- a/packages/format-library/src/text-color/inline.js +++ b/packages/format-library/src/text-color/inline.js @@ -142,6 +142,8 @@ function ColorPicker( { name, property, value, onChange } ) { setColors( value, name, colors, { [ property ]: color } ) ); } } + // Prevent the text and color picker from overlapping. + __experimentalIsRenderedInSidebar /> ); }