From cb165b06e5dacddc978f3972bb90363901b9668d Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Thu, 18 Jun 2026 21:46:22 +0200 Subject: [PATCH] hotfix: fix map scroll jump, horizontal double scrollbars, and severe lag --- components/blocks/InteractiveGermanyMap.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/components/blocks/InteractiveGermanyMap.tsx b/components/blocks/InteractiveGermanyMap.tsx index 130db9dc7..f0288f599 100644 --- a/components/blocks/InteractiveGermanyMap.tsx +++ b/components/blocks/InteractiveGermanyMap.tsx @@ -82,14 +82,15 @@ export function InteractiveGermanyMap({ }, [locations, hideStandorte]); return ( -
+
- {/* Animated Border Glow */} - + {/* Animated Border Glow (disabled in hero due to performance lag on 100vw) */} + {!isHero && } {/* Background Effects */} -
-
+
+
+