From 4cc89e2100abb1c0987ac5299eaa8f03d597668d Mon Sep 17 00:00:00 2001 From: Sarthak Sharma <7lovesharma7@gmail.com> Date: Thu, 23 Jul 2020 00:40:00 +0530 Subject: [PATCH] =?UTF-8?q?[deploy]=20=F0=9F=90=9EBugfix:=20Sidebar=20scro?= =?UTF-8?q?ll=20issues=20when=20list=20is=20long=20(#9451)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Feature 🚀 : Ability to delete messages in chat channels - Sending message ID to frontend - Deleting Message - Use pusher to delete message realtime * Minor Bug 🐞: Show message action only for current user - User can delete or edit their own messages * Test cases added * Bug 🐞: Update message id for receiver Message id was not sent to receiver by pusher * Refactoring🛠: Message controller refactoring * Test Cases📝 : Specs for Delete message added * Feature 🚀 : Ability to edit messages * Test Cases📝 : Specs for Edit message added * Merge conflict resolved * Fixing the scroll issue in sidebar * Update schema.rb Co-authored-by: Narender Singh --- app/assets/stylesheets/chat.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/chat.scss b/app/assets/stylesheets/chat.scss index 98cefd4d0..898cf6a9c 100644 --- a/app/assets/stylesheets/chat.scss +++ b/app/assets/stylesheets/chat.scss @@ -536,7 +536,7 @@ } .chatchannels__config { - position: absolute; + position: fixed; bottom: 0; left: 0; right: 0;