From 10233bfef9556a2e8d5f23c14e50c8ad27d6ca11 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 1 Nov 2021 14:21:40 -0500 Subject: [PATCH] Chats: fix ChatPane z-index above AccountHeader --- 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 9266a43e5..ba324be24 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: 999; + z-index: 1000; // Above AccountHeader transition: 0.05s; &--main {