fix(css): hidden overflow bug on iOS
All checks were successful
Build and Push Docker Image / build (push) Successful in 20s

This commit is contained in:
2026-02-16 16:06:37 +01:00
parent f4ebe93135
commit 526a62f52b

View File

@@ -41,6 +41,11 @@
body { body {
background: #000000; background: #000000;
}
html,
body {
position: relative;
overflow: hidden; overflow: hidden;
} }