From 45e0d6697c107d77dce73d8e354867dc1959741d Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Wed, 11 Mar 2020 19:38:17 +0100 Subject: Properly scroll to anchors in links, especially in admin config --- client/src/sass/application.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'client/src/sass') diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index f76a82243..89957704b 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -246,6 +246,11 @@ table { } } +.anchor { + position: relative; + top: #{-($header-height + 20px)}; +} + @media screen and (max-width: #{map-get($grid-breakpoints, xxl)}) { .main-col { &.expanded { -- cgit v1.2.3