chore: bump z-index again (#2217)

This commit is contained in:
Nolan Lawson 2022-11-20 20:30:20 -08:00 committed by GitHub
parent 85bc6ba372
commit f875e65c49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -28,7 +28,9 @@
display: flex;
flex-direction: column;
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%);
}