Merge pull request #385 from answerdev/feat/1.1.0/ui

fix: Set $enable-smooth-scroll to false
This commit is contained in:
haitao.jarvis 2023-06-02 18:52:35 +08:00 committed by GitHub
commit 1c4664d524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;