From 65cbf342bc890aff15a8831711f69d9b35e6f85d Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Tue, 28 Jun 2022 21:09:31 +0300 Subject: [PATCH] Delete body overflow unset --- library.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/library.css b/library.css index b823e2d..536577e 100644 --- a/library.css +++ b/library.css @@ -4,11 +4,6 @@ main { min-height: calc(100vh - var(--header-height)); } -/* theme */ -body { - overflow: unset !important; -} - /*.custom-footer {*/ /* position: relative;*/ /* bottom: 0;*/