Increase z-index of mobile nav

This fixes the carousel gradient side
being above it since it also has z-index 10
This commit is contained in:
Svilen Markov 2025-03-29 10:49:52 +00:00
parent 4e6b14a467
commit 9effff25df

View File

@ -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;