diff options
author | Chocobozzz <me@florianbigard.com> | 2020-08-10 16:00:21 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-08-10 16:00:21 +0200 |
commit | 560605026bfadab711cf6d34e9c7ea865887816a (patch) | |
tree | e3e26771cebbef5983de0ce75f77a52cb50a1c78 | |
parent | 4a53fc8204d5a3a3d5a77b3dfe128f0985153bf8 (diff) | |
download | PeerTube-560605026bfadab711cf6d34e9c7ea865887816a.tar.gz PeerTube-560605026bfadab711cf6d34e9c7ea865887816a.tar.zst PeerTube-560605026bfadab711cf6d34e9c7ea865887816a.zip |
Remove smooth scroll behaviour
It's not adapted to a SPA because the scroll is updated when we change page
-rw-r--r-- | client/src/sass/application.scss | 4 |
1 files changed, 0 insertions, 4 deletions
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/'; | |||
18 | display: none !important; | 18 | display: none !important; |
19 | } | 19 | } |
20 | 20 | ||
21 | html { | ||
22 | scroll-behavior: smooth; | ||
23 | } | ||
24 | |||
25 | body { | 21 | body { |
26 | /*** theme ***/ | 22 | /*** theme ***/ |
27 | // now beware node-sass requires interpolation | 23 | // now beware node-sass requires interpolation |