Final mobile layout stabilization (v0.7.5): Fix horizontal shift and background rendering

This commit is contained in:
2026-01-12 21:07:57 +09:00
parent 50982f19b0
commit 59b7715a93
5 changed files with 91 additions and 82 deletions

View File

@@ -14,6 +14,12 @@ body {
color: #e0e7ff !important;
}
@media (max-width: 768px) {
body {
background-attachment: scroll !important; /* Fixed background causes shift on some mobile browsers */
}
}
/* Common Layout Wrapper - Responsive */
.anilife-common-wrapper {
max-width: 100%;