Skip to content

Commit

Permalink
Prevent Overscrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
shigenogoro committed Aug 28, 2024
1 parent 18e595a commit 314b180
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ footer {
footer {
width: 100%;
background-color: rgba(13, 64, 101, 0.796);
position: absolute;
bottom: 0;
}

#main-links {
Expand Down
4 changes: 4 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
margin: 0;
box-sizing: border-box;
font-family: Roboto Mono, Helvetica, Arial, sans-serif;
}

html body {
height: 100%;
}

0 comments on commit 314b180

Please sign in to comment.