Skip to content

Commit

Permalink
Merge pull request Hacker0x01#91 from hahahana/remove-tether-constraints
Browse files Browse the repository at this point in the history
Remove tether constraints on popover [fixes FF bug]
  • Loading branch information
RSO committed Mar 26, 2015
2 parents e2e0f67 + 810aed8 commit 7d75064
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/popover.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,7 @@ var Popover = React.createClass({
targetOffset: '10px 0',
optimizations: {
moveElement: false // always moves to <body> anyway!
},
constraints: [
{
to: 'scrollParent',
attachment: 'together',
pin: true
}
]
}
};
},

Expand Down

0 comments on commit 7d75064

Please sign in to comment.