From 3472121434b145c991d2567f62aaa0411246fc2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 21 Apr 2022 15:12:05 +0200 Subject: Scroll-behavior: smooth for siderbar. This make scrolling to event visually apparent (mostly used when JavaScript is disabled). --- static/style.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'static') diff --git a/static/style.scss b/static/style.scss index e351fb5d..799b4647 100644 --- a/static/style.scss +++ b/static/style.scss @@ -201,6 +201,8 @@ The sidebar with all the events /* mostly for long links */ word-break: break-word; + scroll-behavior: smooth; + .eventtext { border-bottom: 1px solid black; margin-top: 1em; -- cgit v1.2.3