fix: scorllbar affecting layout

This commit is contained in:
not-nullptr 2024-11-11 21:25:58 +00:00
parent 3bd4697161
commit 5c132abb3d
1 changed files with 1 additions and 0 deletions

View File

@ -21,4 +21,5 @@
body {
@apply text-foreground bg-background font-body overflow-x-hidden;
padding-left: calc(100vw - 100%);
}