add: smooth scroll

This commit is contained in:
Junyi Hou 2024-03-04 19:40:35 +08:00
parent 8009f28d92
commit 0f2fc30529

View File

@ -37,6 +37,7 @@ html {
/* 2 */ /* 2 */
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
/* 2 */ /* 2 */
scroll-behavior: smooth;
} }
body { body {