Fix mobile website overflow

This commit is contained in:
Advait Paliwal
2026-03-25 14:42:08 -07:00
parent bc9fa2be86
commit ca74226c83
3 changed files with 15 additions and 13 deletions

View File

@@ -123,10 +123,12 @@
}
body {
@apply bg-background text-foreground;
overflow-x: clip;
}
html {
@apply font-sans;
scroll-behavior: smooth;
overflow-x: clip;
}
}
@@ -366,4 +368,4 @@
::selection {
background: var(--primary);
color: var(--primary-foreground);
}
}