diff --git a/src/chip.css.ts b/src/chip.css.ts index 24c0e4fb8..ee588b7e2 100644 --- a/src/chip.css.ts +++ b/src/chip.css.ts @@ -83,8 +83,10 @@ export const button = style({ export const interactiveChipOverlay = style([ sprinkles({ - height: '100%', - width: '100%', + left: 0, + right: 0, + top: 0, + bottom: 0, position: 'absolute', }), {