diff --git a/src/App.svelte b/src/App.svelte
index 0f7cc2f..4baef68 100644
--- a/src/App.svelte
+++ b/src/App.svelte
@@ -38,6 +38,7 @@
flex-direction: row;
min-width: 0;
height: 100%;
+ position: relative;
}
.map-area {
diff --git a/src/lib/layout/Layout.svelte b/src/lib/layout/Layout.svelte
index ea23cf4..90849fa 100644
--- a/src/lib/layout/Layout.svelte
+++ b/src/lib/layout/Layout.svelte
@@ -1,6 +1,5 @@
@@ -12,7 +11,6 @@
{@render children()}
-