mirror of https://github.com/Chocobozzz/PeerTube
Remove smooth scroll behaviour
It's not adapted to a SPA because the scroll is updated when we change pagepull/3062/head
parent
4a53fc8204
commit
560605026b
|
@ -18,10 +18,6 @@ $assets-path: '../../assets/';
|
|||
display: none !important;
|
||||
}
|
||||
|
||||
html {
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
body {
|
||||
/*** theme ***/
|
||||
// now beware node-sass requires interpolation
|
||||
|
|
Loading…
Reference in New Issue