Chats: fix ChatPane z-index above AccountHeader

This commit is contained in:
Alex Gleason 2021-11-01 14:21:40 -05:00
parent b32745a36d
commit 10233bfef9
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -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 {