diff --git a/src/components/Contact.astro b/src/components/Contact.astro index 4763f66..0dad47e 100644 --- a/src/components/Contact.astro +++ b/src/components/Contact.astro @@ -52,7 +52,7 @@ import {SecretEmail} from '@scripts/SecretEmail'; } .Contact { - z-index: var(--index-surface); + z-index: var(--index-thermosphere); position: absolute; bottom: var(--space-tight); left: var(--space-tight); diff --git a/src/components/Hamburger.astro b/src/components/Hamburger.astro index 8887fab..372237c 100644 --- a/src/components/Hamburger.astro +++ b/src/components/Hamburger.astro @@ -156,7 +156,7 @@ const {id, controlsId} = Astro.props; /* --- Component --- */ .Hamburger { - z-index: var(--index-troposphere); + z-index: var(--index-thermosphere); position: fixed; bottom: var(--space-tight); right: var(--space-tight); diff --git a/src/components/Navigation.astro b/src/components/Navigation.astro index 7f96da7..b9a6def 100644 --- a/src/components/Navigation.astro +++ b/src/components/Navigation.astro @@ -88,7 +88,7 @@ const {id, items = []} = Astro.props; .List { position: fixed; - z-index: var(--index-stratosphere); + z-index: var(--index-thermosphere); bottom: var(--nav-list-bottom); right: 0; diff --git a/src/components/Toast.astro b/src/components/Toast.astro index a4e1f33..1037242 100644 --- a/src/components/Toast.astro +++ b/src/components/Toast.astro @@ -72,7 +72,7 @@ const { .Toast { position: fixed; - z-index: var(--index-thermosphere); + z-index: var(--index-outerspace); bottom: var(--space-tighter); left: auto; right: auto; diff --git a/src/mock/ToastTest.astro b/src/mock/ToastTest.astro index fe303e3..a701048 100644 --- a/src/mock/ToastTest.astro +++ b/src/mock/ToastTest.astro @@ -14,7 +14,7 @@