Skip to content

Commit

Permalink
Add !important to canvas dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
lynkos committed Jan 23, 2025
1 parent 7c9e654 commit a88fb6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/stylesheets/sass/style.sass
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ a
cursor: pointer

canvas
width: 100vw
height: 100vh
width: 100vw !important
height: 100vh !important
display: block

::selection
Expand Down

0 comments on commit a88fb6f

Please sign in to comment.