mirror of https://gitee.com/answerdev/answer.git
Merge pull request #385 from answerdev/feat/1.1.0/ui
fix: Set $enable-smooth-scroll to false
This commit is contained in:
commit
1c4664d524
|
@ -3,3 +3,4 @@ $enable-negative-margins: true;
|
||||||
$blue: #0033FF !default;
|
$blue: #0033FF !default;
|
||||||
$placeholder-opacity-max: .2;
|
$placeholder-opacity-max: .2;
|
||||||
$placeholder-opacity-min: .1;
|
$placeholder-opacity-min: .1;
|
||||||
|
$enable-smooth-scroll: false;
|
||||||
|
|
|
@ -18,10 +18,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
:root {
|
|
||||||
scroll-behavior: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
Loading…
Reference in New Issue