From 6520d71faa6c607b6d17ac0ee5e2b947bfd92087 Mon Sep 17 00:00:00 2001 From: goxlur <94928579+goxlur@users.noreply.github.com> Date: Sun, 19 Dec 2021 00:36:47 +0100 Subject: [PATCH] Fix page scroll overflow --- app/main.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/main.css b/app/main.css index e6cdac6c..8beaab8c 100644 --- a/app/main.css +++ b/app/main.css @@ -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); }