Skip to content

Commit

Permalink
style: body 에 position: relative 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
sujin-park committed Jun 18, 2022
1 parent 1875767 commit 40df202
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

html,
body {
position: relative;
height: 100%;
background-color: #000;
font-size: 62.5%;
Expand Down

1 comment on commit 40df202

@vercel
Copy link

@vercel vercel bot commented on 40df202 Jun 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.