Skip to content

Commit

Permalink
fix: Count table body height for filter button's dropdown content (#4211
Browse files Browse the repository at this point in the history
)

Signed-off-by: harrisonliu5 <[email protected]>
  • Loading branch information
harrisonliu5 authored Oct 20, 2023
1 parent eb6a5df commit 16b4f87
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/Tables/Base/CustomColumns/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,11 @@ class CustomColumns extends Component {
}

return (
<Dropdown content={this.renderContent()} placement="bottomRight">
<Dropdown
content={this.renderContent()}
placement="bottomRight"
positionFixed
>
<Button type="flat" icon="cogwheel" data-test="table-columns" />
</Dropdown>
)
Expand Down

0 comments on commit 16b4f87

Please sign in to comment.