Chat z-index behind modals and topbar

This commit is contained in:
Alex Gleason 2020-08-27 12:45:19 -05:00
parent 0e21cf26f4
commit d0a9c8b47d
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: 99999;
z-index: 9;
transition: 0.2s;
&--main {