Skip to content

Commit

Permalink
Fix: cap max menu size (#4474)
Browse files Browse the repository at this point in the history
* cap max menu size

* scroll -> auto
  • Loading branch information
briangregoryholmes authored and nishantmonu51 committed Mar 31, 2024
1 parent e2c2f99 commit cd0501f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
</script>

<DropdownMenu.Content class="min-w-44" align="start">
<DropdownMenu.Content class="min-w-44 max-h-96 overflow-y-auto" align="start">
{#each options as option, i (option.key)}
{@const selected = selections.includes(option.key)}
<DropdownMenu.CheckboxItem
Expand Down

2 comments on commit cd0501f

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://ui.rilldata.com as production
🚀 Deployed on https://660ab87154c2bcb347598c16--rill-ui.netlify.app

Please sign in to comment.