From ef2ccfc3bcde015bf93a255dc54f0cf76a58ab77 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Mon, 7 Mar 2022 19:59:40 +0100 Subject: [PATCH] add scroll padding --- static/global.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/global.css b/static/global.css index dcb8415..ce2ba76 100644 --- a/static/global.css +++ b/static/global.css @@ -2,6 +2,7 @@ html, body { position: relative; width: 100%; min-height: 100vh; + scroll-padding-top: 110px; } * {