Skip to content

Commit

Permalink
change maxHeight
Browse files Browse the repository at this point in the history
  • Loading branch information
vashjs committed Sep 19, 2023
1 parent 5326a28 commit 1b8fb74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const ColumnsDropdown = memo(({ columns, visibleColumns, onColumnChange }
>
<DropdownMenu
role="menu"
overrideStyle={{ maxHeight: 400 }}
overrideStyle={{ maxHeight: 240 }}
>
<CheckboxFilter
dataOptions={columns}
Expand Down

0 comments on commit 1b8fb74

Please sign in to comment.