fix: add scroll-behavior on html tag

This commit is contained in:
Orangerot 2025-01-13 10:17:29 +01:00
parent 0fb7c13d57
commit 782427b1c2

View file

@ -1,6 +1,9 @@
html {
scroll-behavior: smooth;
}
body {
margin: 0px;
scroll-behavior: smooth;
padding-top: 100dvh;
}