Skip to content

Commit

Permalink
fix(Chat): Place Chat pane above Participants pane on mobile web
Browse files Browse the repository at this point in the history
  • Loading branch information
vp8x8 committed Nov 1, 2021
1 parent 318bc26 commit eaa0847
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/_participants-pane.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,9 @@
border-radius: 3px;
}
}

.mobile-browser.shift-right {
.participants_pane {
z-index: -1;
}
}

0 comments on commit eaa0847

Please sign in to comment.