Skip to content

Commit

Permalink
Container height affects tests?
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Moroz committed Jun 6, 2024
1 parent de5522a commit f156ee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/select/src/Select.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ export const Cypress = () => {
}

return (
<div style={{ height: '200vh' }}>
<>
<form
style={{ padding: 50 }}
onSubmit={(event) => {
Expand Down Expand Up @@ -882,7 +882,7 @@ export const Cypress = () => {
unset
</button>
</div>
</div>
</>
);
};

Expand Down

0 comments on commit f156ee6

Please sign in to comment.