diff --git a/src/components/organisms/InteractiveGlobe.svelte b/src/components/organisms/InteractiveGlobe.svelte index 9d24704..117826d 100644 --- a/src/components/organisms/InteractiveGlobe.svelte +++ b/src/components/organisms/InteractiveGlobe.svelte @@ -1,5 +1,5 @@ diff --git a/src/routes/__layout.svelte b/src/routes/__layout.svelte index ed1c4ea..b6ad7f7 100644 --- a/src/routes/__layout.svelte +++ b/src/routes/__layout.svelte @@ -88,6 +88,7 @@ date_created } has_poster + globe_close } countries: country (filter: { status: { _eq: "published" }}) { diff --git a/src/style/modules/_globe.scss b/src/style/modules/_globe.scss index 2363609..1fa9f9a 100644 --- a/src/style/modules/_globe.scss +++ b/src/style/modules/_globe.scss @@ -96,9 +96,10 @@ // Label &__label { position: absolute; - bottom: -16px; - left: 16px; + bottom: 16px; + left: 0px; color: transparent; + pointer-events: none; } // Location city &__city {