Skip to content

Commit

Permalink
ipad cursor in extra field fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Natalie Fitzsimons committed Nov 3, 2015
1 parent 5821f0a commit a599ad0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/enhanced-textarea.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ const styles = {
// Overflow also needed to here to remove the extra row
// added to textareas in Firefox.
overflow: 'hidden',
// Visibility needed to hide the extra text area on ipads
visibility: 'hidden',
font: 'inherit',
padding: 0,
position: 'absolute',
Expand Down

0 comments on commit a599ad0

Please sign in to comment.