Skip to content

Commit 810aed8

Browse files
committed
Remove tether constraints
1 parent b81ecc5 commit 810aed8

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/popover.jsx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,7 @@ var Popover = React.createClass({
3838
targetOffset: '10px 0',
3939
optimizations: {
4040
moveElement: false // always moves to <body> anyway!
41-
},
42-
constraints: [
43-
{
44-
to: 'scrollParent',
45-
attachment: 'together',
46-
pin: true
47-
}
48-
]
41+
}
4942
};
5043
},
5144

0 commit comments

Comments
 (0)