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
dd74c173a5
commit
958805a1fd
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue