diff --git a/src/app/globals.css b/src/app/globals.css index 28eb341..0cbb5b5 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -85,12 +85,13 @@ } @layer base { + html { + @apply scroll-smooth; + } * { @apply border-border; } body { @apply bg-background text-foreground; - - scroll-behavior: smooth; } -} +} \ No newline at end of file