aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-08-10 16:00:21 +0200
committerChocobozzz <me@florianbigard.com>2020-08-10 16:00:21 +0200
commit560605026bfadab711cf6d34e9c7ea865887816a (patch)
treee3e26771cebbef5983de0ce75f77a52cb50a1c78 /client/src
parent4a53fc8204d5a3a3d5a77b3dfe128f0985153bf8 (diff)
downloadPeerTube-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
Diffstat (limited to 'client/src')
-rw-r--r--client/src/sass/application.scss4
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
21html {
22 scroll-behavior: smooth;
23}
24
25body { 21body {
26 /*** theme ***/ 22 /*** theme ***/
27 // now beware node-sass requires interpolation 23 // now beware node-sass requires interpolation