From 9ff485af4f4760e8c8db8a624ce4a035fea7790e Mon Sep 17 00:00:00 2001 From: TheRealWormbo Date: Mon, 16 Sep 2024 20:04:11 +0200 Subject: [PATCH] Different attempt to fix anchor snapping (might cause unnecessary offsets in the web lexicon) --- web/assets/css/botania.css | 1 + web/changelog.md | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/web/assets/css/botania.css b/web/assets/css/botania.css index a173b07f31..c654fbc491 100644 --- a/web/assets/css/botania.css +++ b/web/assets/css/botania.css @@ -1,6 +1,7 @@ html { position: relative; min-height: 100%; + scroll-margin-top: 70px; } body { diff --git a/web/changelog.md b/web/changelog.md index 748b24598d..01af6433a0 100644 --- a/web/changelog.md +++ b/web/changelog.md @@ -2,11 +2,6 @@ layout: "default" title: "Changelog" --- -
Botania Changelog