Skip to content

Commit

Permalink
fix(ui): make views list scrollable
Browse files Browse the repository at this point in the history
  • Loading branch information
nainglinnkhant committed Jul 9, 2024
1 parent 5936c57 commit 7b6987f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export function DataTableViewsDropdown({
<CommandInput placeholder="View name" />
<CommandList>
<CommandEmpty>No item found.</CommandEmpty>
<CommandGroup className="max-h-48">
<CommandGroup className="max-h-48 overflow-auto">
<CommandItem
value="All tasks"
onSelect={() => {
Expand Down

0 comments on commit 7b6987f

Please sign in to comment.