fixed height of bar

This commit is contained in:
2026-05-07 15:09:04 +05:30
parent df5cf9fbb6
commit b97e350b1b

View File

@@ -148,7 +148,8 @@ export default function HistoryChartView(props: ViewProps) {
display: "flex",
flexDirection: "column",
alignItems: "center",
cursor: "pointer"
cursor: "pointer",
height: "100%"
}}
>
<Box sx={{ display: "flex", alignItems: "flex-end", gap: 1, height: "100%" }}>