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

pull/10296/head jitsi-meet_6537
Vlad Piersec 4 years ago committed by vp8x8
parent 318bc26fa0
commit eaa084722f
  1. 6
      css/_participants-pane.scss

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

Loading…
Cancel
Save