Skip to content

Commit

Permalink
fix: scrollbar when canvas is exactly the window size
Browse files Browse the repository at this point in the history
  • Loading branch information
Captainfl4me committed May 6, 2024
1 parent 3c6adc8 commit 7f2a660
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
</script>
<style>
html, body {
width: 100%;
height: 100%;
margin: 0;
width: 100%;
height: 100%;
margin: 0;
overflow: hidden;
}
</style>
</body>
Expand Down

0 comments on commit 7f2a660

Please sign in to comment.