Skip to content

Commit

Permalink
fixing issue chart not hiding on 1d
Browse files Browse the repository at this point in the history
  • Loading branch information
mokelgit committed Jan 10, 2025
1 parent c0e6650 commit 247532d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/layout/Economics/HeadCharts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ export default function EconHeadCharts({
})}
</TopRowParent>
</TopRowContainer>
<div className={`wrapper w-full mt-[15px] transition-height duration-500 overflow-visible ${
<div className={`wrapper w-full mt-[15px] transition-height duration-500 relative overflow-hidden ${
selectedTimespan === "1d" ? "h-[0px]" : "h-[197px]"
}`}>
<Splide
Expand Down

0 comments on commit 247532d

Please sign in to comment.