Chat z-index behind modals and topbar
This commit is contained in:
parent
0e21cf26f4
commit
d0a9c8b47d
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
max-height: calc(100vh - 70px);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
z-index: 99999;
|
||||
z-index: 9;
|
||||
transition: 0.2s;
|
||||
|
||||
&--main {
|
||||
|
|
Loading…
Reference in a new issue