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