diff --git a/ui-core/src/stories/TolerancePicker.stories.tsx b/ui-core/src/stories/TolerancePicker.stories.tsx index 2af82c76a..ef22c3e5d 100644 --- a/ui-core/src/stories/TolerancePicker.stories.tsx +++ b/ui-core/src/stories/TolerancePicker.stories.tsx @@ -79,3 +79,14 @@ export const WarningTolerancePicker: Story = { label: 'Tolerance', }, }; + +export const ScrollableHeightTolerancePicker: Story = { + args: {}, + decorators: [ + (Story) => ( +