This explains the issue:

Here's the code from DropbDownMenu.js :
if (this.props.tether) {
return ReactTether((ref$ = import$({}, this.props.tetherProps), ref$.options = {
attachment: "top left",
targetAttachment: "bottom left",
constraints: [{
to: 'scrollParent'
}]
I'd like to redo this but unsure of what tradeoffs have been made. Is this a planned feature or do you have any thoughts on how to do it?
This explains the issue:
Here's the code from DropbDownMenu.js :
I'd like to redo this but unsure of what tradeoffs have been made. Is this a planned feature or do you have any thoughts on how to do it?