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:
voussoir 2019-03-16 12:26:18 -07:00
parent cc98def9fb
commit a52be02880

View file

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