diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 037a8ff..68159ad 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -302,7 +302,10 @@ left: 0; width: 720px; height: 440px; + /* visibility alone leaks maplibre children that set their own visibility */ visibility: hidden; + opacity: 0; + overflow: hidden; pointer-events: none; z-index: -1; } diff --git a/src/routes/activities/[id]/+page.svelte b/src/routes/activities/[id]/+page.svelte index 9db68fc..972c306 100644 --- a/src/routes/activities/[id]/+page.svelte +++ b/src/routes/activities/[id]/+page.svelte @@ -37,6 +37,8 @@