Skip to content

Commit

Permalink
fix(ui): canvas drop area grid layout
Browse files Browse the repository at this point in the history
  • Loading branch information
psychedelicious committed Oct 24, 2024
1 parent 1acaa6c commit 6d88287
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const CanvasDropArea = memo(() => {
return (
<>
<Grid
gridTemplateRows="1fr 1fr 1fr"
gridTemplateRows="1fr 1fr"
gridTemplateColumns="1fr 1fr"
position="absolute"
top={0}
Expand Down

0 comments on commit 6d88287

Please sign in to comment.