Skip to content

Commit

Permalink
Fix page scroll overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
goxlur authored Dec 18, 2021
1 parent 97b0b10 commit 6520d71
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ footer li a:hover {
position: relative;
max-width: 64rem;
width: 100%;
height: 100%;
}

.main > section {
Expand Down Expand Up @@ -271,7 +270,6 @@ select {
@apply m-auto;
@apply py-8;

min-height: 42rem;
max-height: 42rem;
width: calc(100% - 3rem);
}
Expand Down

0 comments on commit 6520d71

Please sign in to comment.