From 66a8bacbe870039ef5606cf70ec0049a09ebd4e7 Mon Sep 17 00:00:00 2001 From: Antonio Ledebuhr Date: Wed, 21 Jan 2026 17:30:40 +0100 Subject: [PATCH] mobile jumping background fix --- src/app/components/dot-background/dot-background.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/components/dot-background/dot-background.scss b/src/app/components/dot-background/dot-background.scss index 84e7420..9e79595 100644 --- a/src/app/components/dot-background/dot-background.scss +++ b/src/app/components/dot-background/dot-background.scss @@ -6,4 +6,6 @@ canvas { width: 100vw; height: 100vh; + width: 100lvw; + height: 100lvh; }