Skip to content

Commit

Permalink
Do not scroll on holding page
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1bo committed Aug 1, 2024
1 parent 641955e commit 3e72363
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions holding-page/holding.css
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ body {
text-transform: uppercase;
color: white;
height: 100%;
overflow: hidden; /* Do not scroll if content too big */
}

img {
Expand Down

0 comments on commit 3e72363

Please sign in to comment.