From b0764cb2af464357e5a4207d365ec7e1b0b5a41a Mon Sep 17 00:00:00 2001 From: Abel Toledano Date: Thu, 19 Dec 2024 15:20:34 +0100 Subject: [PATCH] fix overlay width --- src/chip.css.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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', }), {