chore: bump z-index again (#2217)
This commit is contained in:
parent
85bc6ba372
commit
f875e65c49
|
@ -28,7 +28,9 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
z-index: 90; /* lower than the Nav.html .main-nav which is 100 */
|
/* lower than the Nav.html .main-nav which is 100, but higher than .compose-autosuggest
|
||||||
|
and .status-sensitive-media-shown which are 90 */
|
||||||
|
z-index: 95;
|
||||||
transform: translateY(100%);
|
transform: translateY(100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue