Skip to content

Commit

Permalink
fix: [Selects] Render Multiselect story with a min height to allow ea…
Browse files Browse the repository at this point in the history
…sier interaction with the menu
  • Loading branch information
meissadia committed Feb 1, 2024
1 parent cc3f625 commit 640ea2b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/Select/SelectMulti.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@ export const Default: Story = {
isMulti: true,
options: MultipleSelectOptions,
disabled: true
}
},
render: (arguments_) => <div style={{ minHeight: '200px' }}>
<Select {...arguments_} />
</div>
};

0 comments on commit 640ea2b

Please sign in to comment.