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 646fc98 commit 6f48351Copy full SHA for 6f48351
src/material/form-field/form-field.scss
@@ -81,6 +81,9 @@
81
// MDC applies `pointer-events: none` to the `.mdc-text-field--disabled`. This breaks clicking on
82
// prefix and suffix buttons, so we override `pointer-events` to always allow clicking.
83
pointer-events: auto;
84
+ // Needs a z-index to ensure it's on top of other content clickable. See #27043.
85
+ position: relative;
86
+ z-index: 1;
87
}
88
89
// The prefix/suffix needs a little extra padding between the icon and the infix. Because we need to
0 commit comments