diff --git a/src/components/inputs/TextField.js b/src/components/inputs/TextField.js index 229d72fae0..478e391198 100644 --- a/src/components/inputs/TextField.js +++ b/src/components/inputs/TextField.js @@ -668,8 +668,7 @@ function createStyles({centered, multiline, expandable}) { floatingPlaceholder: { position: 'absolute', width: '100%', - backgroundColor: 'transparent', - zIndex: 10 + backgroundColor: 'transparent' }, placeholder: { textAlign: 'left'