Skip to content

Commit

Permalink
Fix scrolling in filter picker (metabase#36375)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranquild authored Dec 5, 2023
1 parent 0521497 commit 562b094
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ export function FilterColumnPicker({
renderItemName={renderItemName}
renderItemDescription={omitItemDescription}
renderItemIcon={renderItemIcon}
// disable scrollbars inside the list
style={{ overflow: "visible" }}
maxHeight={Infinity}
// Compat with E2E tests around MLv1-based components
// Prefer using a11y role selectors
itemTestId="dimension-list-item"
Expand Down

0 comments on commit 562b094

Please sign in to comment.