Merge pull request #143 from GabsEdits/main

fix: Smooth scrolling
This commit is contained in:
NOCanoa
2024-09-06 19:11:51 +01:00
committed by GitHub

View File

@@ -85,12 +85,13 @@
} }
@layer base { @layer base {
html {
@apply scroll-smooth;
}
* { * {
@apply border-border; @apply border-border;
} }
body { body {
@apply bg-background text-foreground; @apply bg-background text-foreground;
scroll-behavior: smooth;
} }
} }