Skip to content

Commit

Permalink
fix(react-grid-bootstrap4): prevent filter popup cut off on fixed col…
Browse files Browse the repository at this point in the history
…umns (#1576)
  • Loading branch information
ushkal authored Nov 7, 2018
1 parent 1b67c28 commit 979476e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class FilterSelector extends React.PureComponent {
placement="bottom"
isOpen={opened}
target={this.targetElement}
container={this.targetElement.parentElement}
container={undefined}
toggle={this.handleOverlayToggle}
>
<div className="py-2">
Expand Down

0 comments on commit 979476e

Please sign in to comment.