Skip to content

Commit

Permalink
Merge pull request #20 from rango-exchange/next
Browse files Browse the repository at this point in the history
Merge next to main
  • Loading branch information
RanGojo authored Jun 5, 2024
2 parents 37eeef6 + 5518cbc commit d7f18de
Show file tree
Hide file tree
Showing 8 changed files with 525 additions and 221 deletions.
2 changes: 1 addition & 1 deletion components/common/Select/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export function Select(props: SelectProps) {

{open && (
<div
className="w-[200px] h-[256px] absolute top-[35px] z-10 rounded-soft overflow-y-scroll p-5 bg-baseForeground"
className="w-[200px] max-h-[256px] absolute top-[35px] z-10 rounded-soft overflow-y-auto p-5 bg-baseForeground"
style={{
boxShadow: '5px 5px 10px 0px rgba(0, 0, 0, 0.10)',
}}>
Expand Down
Loading

0 comments on commit d7f18de

Please sign in to comment.