diff --git a/src/index.css b/src/index.css index d59dc16..ddec274 100644 --- a/src/index.css +++ b/src/index.css @@ -4,4 +4,14 @@ body { @apply bg-[#1a202c] -} \ No newline at end of file +} + +html, +body { + overflow-x: hidden; + scroll-behavior: smooth; +} + +body { + position: relative; +}