Skip to content

Commit

Permalink
fix: update bar chart library
Browse files Browse the repository at this point in the history
  • Loading branch information
nikaaru authored Jun 5, 2024
1 parent cf6e6fa commit 5518cbc
Show file tree
Hide file tree
Showing 6 changed files with 512 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 5518cbc

Please sign in to comment.