fix(ui): prevent page-level horizontal overflow on mobile
Deploy / Test & Lint (pull_request) Successful in 31s
Deploy / Build (pull_request) Successful in 30s
Deploy / Build and Push Docker Image (pull_request) Has been skipped

This commit is contained in:
2026-07-22 20:46:10 +00:00
parent 04aff2bac8
commit 9d22985e1a
+2
View File
@@ -31,6 +31,8 @@ body,
color: var(--color-text);
min-height: 100%;
margin: 0;
max-width: 100%;
overflow-x: clip;
}
body {