From 296bd15a8ad11da8cef0d13ee75d6128787c6167 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 29 Jul 2025 13:55:44 -0400 Subject: [PATCH] Dropdown drawer needs a z-index of at least 1,000 to not be *under* form fields on contact form --- web/themes/custom/geofresco/src/global/_layout.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/themes/custom/geofresco/src/global/_layout.scss b/web/themes/custom/geofresco/src/global/_layout.scss index f7423b0..d2484f5 100644 --- a/web/themes/custom/geofresco/src/global/_layout.scss +++ b/web/themes/custom/geofresco/src/global/_layout.scss @@ -166,7 +166,7 @@ background: local.$offwhite; transform: translateX(-100%); transition: transform 0.4s ease; - z-index: 100; + z-index: 10001; } .drawer .nav-list { @@ -192,4 +192,4 @@ .drawer { width: 100%; } -} \ No newline at end of file +}