From 958805a1fd6aad0d79d5a9b5393ed310a8d48d1c Mon Sep 17 00:00:00 2001 From: Svilen Markov <7613769+svilenmarkov@users.noreply.github.com> Date: Sat, 29 Mar 2025 10:49:37 +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/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/glance/static/main.css b/internal/glance/static/main.css index 7b7b592..9d5fde4 100644 --- a/internal/glance/static/main.css +++ b/internal/glance/static/main.css @@ -1839,7 +1839,7 @@ details[open] .summary::after { 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;