From 933c2bbfa8ff3b4da8553b67278c12ee7014318d Mon Sep 17 00:00:00 2001 From: artemisSystem <39034386+artemisSystem@users.noreply.github.com> Date: Mon, 16 Sep 2024 21:31:18 +0200 Subject: [PATCH] scroll-padding, not scroll-margin --- web/assets/css/botania.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/assets/css/botania.css b/web/assets/css/botania.css index c654fbc491..c871b6ba38 100644 --- a/web/assets/css/botania.css +++ b/web/assets/css/botania.css @@ -1,7 +1,7 @@ html { position: relative; min-height: 100%; - scroll-margin-top: 70px; + scroll-padding-top: 70px; } body {