From ae1339bdbdd2592d2156b99862661d04a18d3203 Mon Sep 17 00:00:00 2001 From: Nicholai Date: Tue, 20 Jan 2026 08:58:35 -0700 Subject: [PATCH] fix(dev): remove z-index stacking contexts blocking modal - remove z-10 from all sections to prevent stacking context issues - remove z-10 from project card content div - allows DevEngageModal z-9999 to properly appear above all content - fixes bug where project cards appeared above fullscreen modal --- src/pages/dev.astro | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/dev.astro b/src/pages/dev.astro index 0e025eb..1c61e1f 100644 --- a/src/pages/dev.astro +++ b/src/pages/dev.astro @@ -18,7 +18,7 @@ const pageTitle = `Dev | ${SITE_TITLE}`; -
+
@@ -60,7 +60,7 @@ const pageTitle = `Dev | ${SITE_TITLE}`;
-
+
{allProjects.map((project, index) => (
-
+
@@ -154,7 +154,7 @@ const pageTitle = `Dev | ${SITE_TITLE}`;
-
+