mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 11:34:09 +01:00
Disable smooth scrolling
It was not enabled before the docsy update and it messes with the TOC highlighting during the transition. Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
575c84d431
commit
c179ebb7df
|
|
@ -49,3 +49,6 @@ $td-enable-google-fonts: false;
|
||||||
* The font itself is loaded via stylesheet link layouts/partials/hooks/head-end.html.
|
* The font itself is loaded via stylesheet link layouts/partials/hooks/head-end.html.
|
||||||
*/
|
*/
|
||||||
$font-family-sans-serif: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
$font-family-sans-serif: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||||
|
|
||||||
|
// Disable smooth scrolling as it makes TOC highlighting jump during the transition.
|
||||||
|
$enable-smooth-scroll: false;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue