From 258433e6c294b008e3b38b93abcbd80966ec7891 Mon Sep 17 00:00:00 2001 From: Antonio Ledebuhr Date: Wed, 21 Jan 2026 08:22:36 +0100 Subject: [PATCH] mobile jumping background fix --- src/app/components/dot-background/dot-background.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/components/dot-background/dot-background.scss b/src/app/components/dot-background/dot-background.scss index 8401c4b..84e7420 100644 --- a/src/app/components/dot-background/dot-background.scss +++ b/src/app/components/dot-background/dot-background.scss @@ -4,6 +4,6 @@ canvas { z-index: -1; background: #0a0a0f; - width: 100%; - height: 100%; + width: 100vw; + height: 100vh; }