From af84822641e01364ab190cef1886ea7f07d6da7d Mon Sep 17 00:00:00 2001 From: Henrik Jess Nielsen Date: Sun, 24 May 2026 22:26:37 +0200 Subject: [PATCH] Fix unwanted page scroll on desktop and mobile - Remove min-height:100vh + padding-bottom:22rem that caused overflow - Replace with calc(100vh - 60px) to center form without scroll - Add html,body height:100% and overflow-x:hidden --- templates/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index 77e0986..f4b24e4 100644 --- a/templates/index.html +++ b/templates/index.html @@ -20,7 +20,8 @@ }