Skip to content

Commit

Permalink
fix overlay width
Browse files Browse the repository at this point in the history
  • Loading branch information
atabel committed Dec 19, 2024
1 parent 8dabbd4 commit b0764cb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/chip.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}),
{
Expand Down

0 comments on commit b0764cb

Please sign in to comment.