From 34364b2307b55c26ae8dd384c8dcbdfea771d3ef Mon Sep 17 00:00:00 2001 From: Lam Nguyen Date: Mon, 14 Jul 2025 12:04:04 -0700 Subject: [PATCH] Anchor: Fixed anchors being hidden when auto scrolled --- assets/css/v2/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/v2/style.css b/assets/css/v2/style.css index 3c21523f..b45f632b 100644 --- a/assets/css/v2/style.css +++ b/assets/css/v2/style.css @@ -85,7 +85,7 @@ textarea:not([rows]) { /* Anything that has been anchored to should have extra scroll margin */ :target { - scroll-margin-block: 5ex; + scroll-margin-block: 5rem; } /* END RESET */