From 1280d54fd9fb24355606b2e43e1489a8dcaaa5cf Mon Sep 17 00:00:00 2001 From: mb Date: Wed, 13 Dec 2023 15:12:38 +0100 Subject: [PATCH] the page did not scroll to the top on mobile, removed height 100vh of the body --- 2024/call/call.css | 1 - 1 file changed, 1 deletion(-) diff --git a/2024/call/call.css b/2024/call/call.css index 7c922b9..f6bc24c 100644 --- a/2024/call/call.css +++ b/2024/call/call.css @@ -2,7 +2,6 @@ body{ display:flex; flex-direction: column; justify-content: center; - height:100vh; margin: 0; }