Skip to content

Commit

Permalink
max-height tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
gkovats committed Nov 17, 2024
1 parent 88c4544 commit 739c031
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/styles/dropdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export const dropdownCss = css`
overflow: hidden;
&[data-expanded="true"] {
max-height: 600px
max-height: 2000px
}
}
Expand Down

0 comments on commit 739c031

Please sign in to comment.