From b97e350b1b3b3847b2a3293bbbfad37746ede0b8 Mon Sep 17 00:00:00 2001 From: Vishesh 'ironeagle' Bangotra Date: Thu, 7 May 2026 15:09:04 +0530 Subject: [PATCH] fixed height of bar --- src/components/HistoryChart/HistoryChart.view.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/HistoryChart/HistoryChart.view.tsx b/src/components/HistoryChart/HistoryChart.view.tsx index 4dbec6f..11c7e13 100644 --- a/src/components/HistoryChart/HistoryChart.view.tsx +++ b/src/components/HistoryChart/HistoryChart.view.tsx @@ -148,7 +148,8 @@ export default function HistoryChartView(props: ViewProps) { display: "flex", flexDirection: "column", alignItems: "center", - cursor: "pointer" + cursor: "pointer", + height: "100%" }} >