From e12b74713ac9471da946dbbe387274c146e15b58 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 27 Aug 2020 12:55:38 -0500 Subject: [PATCH] Chats z-index above account header --- 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 3a4a8ddce..59ad8ce12 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: 9; + z-index: 999; transition: 0.2s; &--main {