mobile jumping background fix

This commit is contained in:
2026-01-21 08:22:36 +01:00
parent 0c0c4ca2dd
commit 258433e6c2

View File

@@ -4,6 +4,6 @@ canvas {
z-index: -1; z-index: -1;
background: #0a0a0f; background: #0a0a0f;
width: 100%; width: 100vw;
height: 100%; height: 100vh;
} }