Skip to content

Commit

Permalink
added overflow:hidden to prevent page scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
NHV33 committed Jan 18, 2024
1 parent 4094ab4 commit a002a6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

body {
background-color: black;
overflow: hidden;
}

#end-zone {
Expand Down

0 comments on commit a002a6e

Please sign in to comment.