Commit 9f4057ca authored by Brian Hatchet's avatar Brian Hatchet 💬
Browse files

Merge branch 'fix/tablet-group-chat-1477' into 'master'

[Sprint/LuckyLizard](fix): Fixed tablet bug causing chat to jump offscreen on scroll #1477

Closes #1477

See merge request !498
parents b5425583 60c33a5b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -18,7 +18,7 @@


minds-groups-profile-conversation {
minds-groups-profile-conversation {
  position: fixed;
  position: fixed;
  //right: 0;
  right: 0;
  top: 52px;
  top: 52px;
  //width: 100%;
  //width: 100%;
  width: calc(33% - 12px); //1/3rd of screen
  width: calc(33% - 12px); //1/3rd of screen