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:
Divyamrit 2022-01-11 03:34:24 +05:30 committed by GitHub
parent 612dfd3bd8
commit 0b0df4168b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,9 @@
box-sizing: border-box;
margin: 0;
}
html {
scroll-behavior: smooth;
}
/* Global focus outline reset */
*:focus:not(:focus-visible) {
outline: none;