Give sticky_side z-index 1, important for narrow mode.
Without this, the grid-view album cards were displaying above the sticky toolbox because of their position:relative, which I can't get rid of at the moment.
This commit is contained in:
parent
cc98def9fb
commit
a52be02880
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ pre
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-auto-rows: min-content;
|
grid-auto-rows: min-content;
|
||||||
|
|
||||||
|
z-index: 1;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 8px;
|
bottom: 8px;
|
||||||
top: 34px;
|
top: 34px;
|
||||||
|
|
Loading…
Reference in a new issue