Skip to content

Commit 1c29a31

Browse files
author
Miles Malerba
committed
fix(material-experimental/mdc-chips): prevent ripple from escaping chip
1 parent 8e321ae commit 1c29a31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/material-experimental/mdc-chips/chips.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
.mat-mdc-chip {
1010
// MDC uses a pointer cursor
1111
cursor: default;
12+
// Needed to prevent mat-ripple from escaping the chip
13+
overflow: hidden;
1214
}
1315

1416
// The MDC chip styles related to hover and focus states are intertwined with the MDC ripple styles.

0 commit comments

Comments
 (0)