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 946cc67 commit e3917eaCopy full SHA for e3917ea
src/material/chips/chip.scss
@@ -226,6 +226,11 @@
226
// Required for the strong focus indicator to fill the chip.
227
.mat-mdc-chip {
228
position: relative;
229
+
230
+ // `.mat-mdc-chip-action-label` below sets a `z-index: 1` to put the label above the focus
231
+ // overlay, but that can also cause it to appear above other elements like sticky columns
232
+ // (see #26793). Set an explicit `z-index` to prevent the label from leaking out.
233
+ z-index: 0;
234
}
235
236
.mat-mdc-chip-action-label {
0 commit comments