Fix page scroll overflow

This commit is contained in:
goxlur 2021-12-19 00:36:47 +01:00 committed by GitHub
parent 97b0b10863
commit 6520d71faa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -175,7 +175,6 @@ footer li a:hover {
position: relative;
max-width: 64rem;
width: 100%;
height: 100%;
}
.main > section {
@ -271,7 +270,6 @@ select {
@apply m-auto;
@apply py-8;
min-height: 42rem;
max-height: 42rem;
width: calc(100% - 3rem);
}