fix(Chat): Place Chat pane above Participants pane on mobile web
This commit is contained in:
parent
318bc26fa0
commit
eaa084722f
|
@ -56,3 +56,9 @@
|
|||
border-radius: 3px;
|
||||
}
|
||||
}
|
||||
|
||||
.mobile-browser.shift-right {
|
||||
.participants_pane {
|
||||
z-index: -1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue