Merge pull request #98 from bunny-lab-io:codex/fix-inner-page-off-screen-rendering

Fix device list container overflow
This commit is contained in:
2025-10-16 02:40:31 -06:00
committed by GitHub

View File

@@ -1063,7 +1063,7 @@ export default function DeviceList({
display: "flex", display: "flex",
flexDirection: "column", flexDirection: "column",
flexGrow: 1, flexGrow: 1,
width: "100%", minWidth: 0,
height: "100%", height: "100%",
}} }}
elevation={2} elevation={2}