We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6afdbb commit 93aba14Copy full SHA for 93aba14
src/material-experimental/mdc-chips/chips.scss
@@ -11,6 +11,8 @@
11
cursor: default;
12
// Needed to prevent mat-ripple from escaping the chip
13
overflow: hidden;
14
+ // Required for the ripple to clip properly in Safari.
15
+ transform: translateZ(0);
16
}
17
18
// The MDC chip styles related to hover and focus states are intertwined with the MDC ripple styles.
0 commit comments