From 19d5a6a22c7f5bfbb52d0f9750ddedae9bbda463 Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Mon, 29 Dec 2025 10:55:39 -0600 Subject: [PATCH] Move nav and related elements above footer --- app/assets/stylesheets/_global.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/assets/stylesheets/_global.css b/app/assets/stylesheets/_global.css index 47f29691a..1a67e7a6e 100644 --- a/app/assets/stylesheets/_global.css +++ b/app/assets/stylesheets/_global.css @@ -74,12 +74,12 @@ --z-events-column-header: 1; --z-events-day-header: 3; --z-popup: 10; - --z-nav: 30; - --z-flash: 40; - --z-tooltip: 50; - --z-bar: 60; - --z-tray: 61; - --z-welcome: 62; + --z-bar: 50; + --z-tray: 51; + --z-welcome: 52; + --z-nav: 60; + --z-flash: 70; + --z-tooltip: 80; /* OKLCH colors: Fixed */ --lch-black: 0% 0 0;