Skip to content

Commit

Permalink
Ensure the canvas takes up the whole background
Browse files Browse the repository at this point in the history
  • Loading branch information
FranklinBarto committed Feb 11, 2024
1 parent b11b68a commit 7deab22
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/page.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@
height: 100%;
// background: red;
z-index: 10;

canvas{
width: 100%;
height: 100%;
}
}

.hero {
Expand Down

0 comments on commit 7deab22

Please sign in to comment.