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 dfb0acb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/enhanced-textarea.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ 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',
opacity: 0,
},
};

Expand Down

0 comments on commit dfb0acb

Please sign in to comment.