diff --git a/blocks/color-palette/style.scss b/blocks/color-palette/style.scss index efd709f31fa9a5..98ef88cd502807 100644 --- a/blocks/color-palette/style.scss +++ b/blocks/color-palette/style.scss @@ -22,6 +22,12 @@ $color-palette-circle-spacing: 14px; &:hover { transform: scale( 1.2 ); } + + // Ensure that the
that wraps our toggle button with is full height + & > div { + height: 100%; + width: 100%; + } } .blocks-color-palette__item {