smooth scroll behavior property added (#2256)
* smooth scroll behavior property added * [ci] yarn format Co-authored-by: sacarvy <sacarvy@users.noreply.github.com>
This commit is contained in:
parent
612dfd3bd8
commit
0b0df4168b
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
/* Global focus outline reset */
|
/* Global focus outline reset */
|
||||||
*:focus:not(:focus-visible) {
|
*:focus:not(:focus-visible) {
|
||||||
outline: none;
|
outline: none;
|
||||||
|
|
Loading…
Reference in a new issue