Skip to content

Commit

Permalink
Use grid for canvas container
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-harding committed Oct 23, 2024
1 parent 015c6bb commit d4c3bdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/squircle-canvas.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ body {
.canvas {
grid-area: fill;
display: grid;
width: 100%;
height: 100%;
contain: strict;
Expand Down

0 comments on commit d4c3bdb

Please sign in to comment.