fix(css): hidden overflow bug on iOS

This commit is contained in:
2026-02-16 16:06:37 +01:00
parent d38b7c624d
commit 50a1bb71b6

View File

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