Skip to content

Commit

Permalink
[Textfield] Add left property to prevent scrollbars on IE 11 (#16936)
Browse files Browse the repository at this point in the history
  • Loading branch information
beaudry authored and oliviertassinari committed Aug 9, 2019
1 parent 0537874 commit 5dc2402
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const styles = {
overflow: 'hidden',
height: 0,
top: 0,
left: 0,
},
};

Expand Down

0 comments on commit 5dc2402

Please sign in to comment.