Skip to content

Commit

Permalink
Add fixed position to body and html elements in styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
lewdry committed Oct 16, 2024
1 parent 95208dd commit cbc5ff1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ body, html {
width: 100%;
height: 100%;
display: block;
position: fixed;
top: 0;
left: 0;
}

0 comments on commit cbc5ff1

Please sign in to comment.