handling smooth scroll to internal anchor links

This commit is contained in:
Antoine M 2023-11-24 14:48:35 +01:00
parent ddd70aa431
commit 36eaf0758c

View File

@ -1,6 +1,9 @@
body { body {
@apply bg-white antialiased; @apply bg-white antialiased;
} }
html {
scroll-behavior: smooth;
}
*::marker { *::marker {
display: inline-block; display: inline-block;