Fix sidebar sticky error

This commit is contained in:
YinDongfang
2025-01-26 23:05:18 +08:00
parent 086a900613
commit 000bb9929c

View File

@@ -625,8 +625,7 @@ const InfrastructureDetails = () => {
</ButtonGroup>
</Stack>
<Stack
direction={"row"}
height={chartContainerHeight} // FE team HELP!
direction="row"
gap={theme.spacing(8)} // FE team HELP!
flexWrap="wrap" // //FE team HELP! Better way to do this?
sx={{