feat: add scroll-behavior: smooth to html

This commit is contained in:
Jimmy 2021-06-20 17:09:50 +02:00
parent 2f099151fa
commit 85f8577aa2

View File

@ -1,6 +1,7 @@
html {
font-size: 62.5%;
overflow-y: scroll;
scroll-behavior: smooth;
}
* {