widgets are bound to container
figured out how to set bounds so widgets don't go off screen!
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ function App() {
|
||||
<GridItem colSpan={1}>
|
||||
<Sidebar />
|
||||
</GridItem>
|
||||
<GridItem colSpan={1}>
|
||||
<GridItem colSpan={1} width="100%">
|
||||
<Canvas />
|
||||
</GridItem>
|
||||
</Grid>
|
||||
|
||||
Reference in New Issue
Block a user