chore: bump z-index again

bump-z-index
Nolan Lawson 2022-11-20 20:10:22 -08:00
rodzic 85bc6ba372
commit 9fd598cd8a
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -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%);
}