From 9effff25dfa7c1b70dd62f7117090c91ec2e9de5 Mon Sep 17 00:00:00 2001 From: Svilen Markov <7613769+svilenmarkov@users.noreply.github.com> Date: Sat, 29 Mar 2025 10:49:52 +0000 Subject: [PATCH] Increase z-index of mobile nav This fixes the carousel gradient side being above it since it also has z-index 10 --- internal/glance/static/css/mobile.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/glance/static/css/mobile.css b/internal/glance/static/css/mobile.css index 278d79e..2f5cdbe 100644 --- a/internal/glance/static/css/mobile.css +++ b/internal/glance/static/css/mobile.css @@ -40,7 +40,7 @@ transform: translateY(calc(100% - var(--mobile-navigation-height))); left: var(--content-bounds-padding); right: var(--content-bounds-padding); - z-index: 10; + z-index: 11; background-color: var(--color-widget-background); border: 1px solid var(--color-widget-content-border); border-bottom: 0;