Skip to content

Commit

Permalink
ipad enhanced textarea fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Natalie Fitzsimons committed Sep 25, 2015
1 parent 1963003 commit e5ac3d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/enhanced-textarea.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ const EnhancedTextarea = React.createClass({
// added to textareas in Firefox.
let shadowStyles = this.mergeAndPrefix(textAreaStyles, {
position: 'absolute',
top: -100000,
opacity: 0,
});

Expand Down

0 comments on commit e5ac3d7

Please sign in to comment.