Skip to content

Commit

Permalink
Fix dropdown showing scrollbar on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
Pabl0cks committed Mar 29, 2024
1 parent f07871f commit 5c9c595
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/nextjs/components/NetworksDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ export const NetworksDropdown = ({
primary: "#551d98",
},
})}
styles={{
menuList: provided => ({ ...provided, maxHeight: 280, overflow: "auto" }),
}}
/>
);
};

0 comments on commit 5c9c595

Please sign in to comment.