From feac7b1901b1b4d17e19034631c0f7e0ead75843 Mon Sep 17 00:00:00 2001 From: beefchimi Date: Mon, 22 Jul 2024 09:35:05 -0400 Subject: [PATCH] :recycle: [App] Shuffle some z-index values --- src/components/Contact.astro | 2 +- src/components/Hamburger.astro | 2 +- src/components/Navigation.astro | 2 +- src/components/Toast.astro | 2 +- src/mock/ToastTest.astro | 4 ++-- src/sections/ProjectOverlay.astro | 2 +- src/styles/global.css | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) 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 @@