fix(Chat): Place Chat pane above Participants pane on mobile web

This commit is contained in:
Vlad Piersec
2021-11-01 14:35:00 +02:00
committed by vp8x8
parent 318bc26fa0
commit eaa084722f

View File

@@ -56,3 +56,9 @@
border-radius: 3px;
}
}
.mobile-browser.shift-right {
.participants_pane {
z-index: -1;
}
}