From 560605026bfadab711cf6d34e9c7ea865887816a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 10 Aug 2020 16:00:21 +0200 Subject: Remove smooth scroll behaviour It's not adapted to a SPA because the scroll is updated when we change page --- client/src/sass/application.scss | 4 ---- 1 file changed, 4 deletions(-) (limited to 'client/src') diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 4f2278414..946647ccb 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -18,10 +18,6 @@ $assets-path: '../../assets/'; display: none !important; } -html { - scroll-behavior: smooth; -} - body { /*** theme ***/ // now beware node-sass requires interpolation -- cgit v1.2.3