fix: Set $enable-smooth-scroll to false

This commit is contained in:
haitaoo 2023-06-02 18:46:51 +08:00
parent 92d06b8078
commit bb437cfff8
2 changed files with 1 additions and 4 deletions

View File

@ -3,3 +3,4 @@ $enable-negative-margins: true;
$blue: #0033FF !default;
$placeholder-opacity-max: .2;
$placeholder-opacity-min: .1;
$enable-smooth-scroll: false;

View File

@ -18,10 +18,6 @@
}
}
:root {
scroll-behavior: auto;
}
html,
body {
padding: 0;