Add: set scroll-behavior to smooth

This commit is contained in:
Aroy-Art 2022-02-02 18:58:34 +01:00
parent d30f59cc81
commit 8dfa14a343
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

@ -12,6 +12,7 @@ html {
color: #bad8dd;
scrollbar-color: #ff00d4 #040b1e;
scrollbar-width: thin;
scroll-behavior: smooth;
}
html:not([hide-scrollbar]) ::-webkit-scrollbar-thumb {