From c3b782f4344fc1aebada3475ea5f13d635426f2a Mon Sep 17 00:00:00 2001 From: Ravinou Date: Sat, 10 Aug 2024 17:59:09 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20overflow=20that=20was=20c?= =?UTF-8?q?ausing=20a=201px=20scroll=20on=20all=20pages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Components/UI/Layout/Footer/Footer.module.css | 1 - 1 file changed, 1 deletion(-) diff --git a/Components/UI/Layout/Footer/Footer.module.css b/Components/UI/Layout/Footer/Footer.module.css index 60819d2..e19fc52 100644 --- a/Components/UI/Layout/Footer/Footer.module.css +++ b/Components/UI/Layout/Footer/Footer.module.css @@ -4,7 +4,6 @@ position: absolute; bottom: 0; width: 100%; - height: 50px; } .footer p {