Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -13,7 +13,7 @@ export const dropdownCss = css`
min-width: 100%;
overflow: hidden;
position: absolute;
z-index: 1;
z-index: 1000;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well that's certainly future-proof...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the max is apparently 2147483647 but i figure this is enough that if you make it higher than you really want it above


hr {
background-color: ${color.medium};
Expand Down