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