Prevent mobile horizontal scroll black edge

This commit is contained in:
TerryM
2026-05-27 15:18:27 +08:00
parent a3b989303a
commit 1ad599c3ac
2 changed files with 7 additions and 2 deletions

View File

@@ -8,6 +8,11 @@ body,
height: 100%;
}
html,
body {
overflow-x: hidden;
}
body {
@apply bg-ark-bg text-neutral-100 antialiased;
}