mirror of
https://github.com/glanceapp/glance.git
synced 2025-06-21 10:27:45 +02:00
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:
parent
4e6b14a467
commit
9effff25df
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user