Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt committed Nov 16, 2024
1 parent 7803ea6 commit e2c8a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/components/checks/AddCheck.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export function AddCheckButton({ checks, onSelect, defaultOpened }) {
placeholder="Type to filter"
/>
<Combobox.Options>
<ScrollArea.Autosize mah={200} type="always">
<ScrollArea.Autosize mah={200} type="always" scrollbars="y">
{options.length > 0 ? (
options
) : (
Expand Down

0 comments on commit e2c8a2e

Please sign in to comment.