From f875e65c49a2fcf78df2d45fdcbd84b3d0af34b7 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 20 Nov 2022 20:30:20 -0800 Subject: [PATCH] chore: bump z-index again (#2217) --- src/routes/_components/snackbar/Snackbar.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/routes/_components/snackbar/Snackbar.html b/src/routes/_components/snackbar/Snackbar.html index d9e90d97..fe5311d1 100644 --- a/src/routes/_components/snackbar/Snackbar.html +++ b/src/routes/_components/snackbar/Snackbar.html @@ -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%); }