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

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 {