From 280973cc1335e9b743084c363bb78254d3e51390 Mon Sep 17 00:00:00 2001 From: Ross Trottier Date: Thu, 22 Aug 2024 09:01:52 -0600 Subject: [PATCH] z index for header --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index d033850..4f1118d 100644 --- a/style.css +++ b/style.css @@ -191,12 +191,12 @@ SECTIONS -o-transition: max-height 300ms; transition: max-height 300ms; max-height: 400px; + z-index: 999; } .st-header-scrolled { max-height: 80px; background-color: rgba(255, 255, 255, 0.95); - z-index: 999; } .st-header-icon-bar {