Skip to content

Commit 56b4f2b

Browse files
authored
Fix blur label text issue
1 parent 62e439b commit 56b4f2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/material-ui/src/FormControl/FormControl.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export const styles = {
1818
padding: 0,
1919
margin: 0,
2020
border: 0,
21+
zIndex: 0, // Fix blur label text issue
2122
verticalAlign: 'top', // Fix alignment issue on Safari.
2223
},
2324
/* Styles applied to the root element if `margin="normal"`. */

0 commit comments

Comments
 (0)