From fb6a0cf0737aa82e151344d93d46edbeb39d120b Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Sun, 25 Feb 2024 18:54:03 +0100 Subject: [PATCH] bring back scoll-margin-top Despite the documentation, it does have an impact. Chrome seems to be fixed now. --- root/static/less/global.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/root/static/less/global.less b/root/static/less/global.less index 59d1204700a..f0c31035ed4 100644 --- a/root/static/less/global.less +++ b/root/static/less/global.less @@ -458,3 +458,7 @@ h1, .h1, h2, .h2, h3, .h3 { .nav-list li.release-banner + li.nav-header { margin-top: 5px; } + +.page-content * { + scroll-margin-top: 60px; +}