From 71436772ac4b0488812abdf94337fbf1fd2e9b51 Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Thu, 13 Nov 2025 14:34:45 -0600 Subject: [PATCH] Place z-index of nav on top of bar --- app/assets/stylesheets/_global.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/_global.css b/app/assets/stylesheets/_global.css index 9f1092f82..6e535a767 100644 --- a/app/assets/stylesheets/_global.css +++ b/app/assets/stylesheets/_global.css @@ -73,11 +73,11 @@ --z-events-column-header: 1; --z-events-day-header: 3; --z-flash: 12; - --z-nav: 11; --z-popup: 10; --z-terminal: 20; --z-tray: 21; - --z-tooltip: 30; + --z-nav: 30; + --z-tooltip: 40; /* OKLCH colors: Fixed */ --lch-black: 0% 0 0;