From 487a3e42f35dd9406a10b27ac3715021afa6d4f7 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Fri, 11 Feb 2022 14:08:51 -0500 Subject: [PATCH] Disable smooth scrolling --- resources/sass/app.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/sass/app.scss b/resources/sass/app.scss index 221ba18..1b00753 100644 --- a/resources/sass/app.scss +++ b/resources/sass/app.scss @@ -9,6 +9,7 @@ $base-font-size: 16px; @import "_fonts"; // Libraries +$enable-smooth-scroll: false; @import "bootstrap/scss/bootstrap.scss"; // Supplementary