widgets are bound to container

figured out how to set bounds so widgets don't go off screen!
This commit is contained in:
2025-07-22 11:58:10 -07:00
parent 999206b013
commit 37ebd3d478
4 changed files with 52 additions and 22 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ function App() {
<GridItem colSpan={1}>
<Sidebar />
</GridItem>
<GridItem colSpan={1}>
<GridItem colSpan={1} width="100%">
<Canvas />
</GridItem>
</Grid>