quick fix for mobile scrolling

This commit is contained in:
Justin Visser 2026-02-20 12:42:18 +01:00
parent 14eb2fe2b2
commit a527e7a535
2 changed files with 6 additions and 8 deletions

View file

@ -137,7 +137,7 @@
}
body {
@apply overflow-hidden bg-surface-app text-ink-primary antialiased transition-colors duration-300;
@apply overflow-x-hidden overflow-y-auto bg-surface-app text-ink-primary antialiased transition-colors duration-300 lg:overflow-hidden;
}
h1,