From 2d4b824862ff931536b3ba89b3fd7dba8affcb07 Mon Sep 17 00:00:00 2001 From: hunicus <93150691+hunicus@users.noreply.github.com> Date: Fri, 11 Mar 2022 16:28:52 -0500 Subject: [PATCH] Add smooth scrolling --- frontend/src/styles.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index 66b44518d..54476206c 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -50,6 +50,7 @@ $dropdown-link-active-bg: #11131f; html, body { height: 100%; + scroll-behavior: smooth; } body {