stop odd x scroll

This commit is contained in:
Michael Freno
2026-01-06 00:51:17 -05:00
parent d2ee61b830
commit b118a62f83
2 changed files with 6 additions and 1 deletions

View File

@@ -227,6 +227,11 @@
scrollbar-width: none;
}
html,
body {
overflow-x: hidden;
}
body {
background: var(--color-base);
color: var(--color-text);