Chats z-index above account header
This commit is contained in:
parent
845c03e8ad
commit
e12b74713a
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
max-height: calc(100vh - 70px);
|
max-height: calc(100vh - 70px);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
z-index: 9;
|
z-index: 999;
|
||||||
transition: 0.2s;
|
transition: 0.2s;
|
||||||
|
|
||||||
&--main {
|
&--main {
|
||||||
|
|
Loading…
Reference in a new issue