From d0a9c8b47dd19ca875d37ecd49f7b1d302aa8372 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 27 Aug 2020 12:45:19 -0500 Subject: [PATCH] Chat z-index behind modals and topbar --- app/styles/chats.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/chats.scss b/app/styles/chats.scss index 56034e9f1..3d5609a7e 100644 --- a/app/styles/chats.scss +++ b/app/styles/chats.scss @@ -9,7 +9,7 @@ max-height: calc(100vh - 70px); display: flex; flex-direction: column; - z-index: 99999; + z-index: 9; transition: 0.2s; &--main {