From dc07705da5834ccbb8b7aa8f2cf88d279f5830f4 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 9 Jul 2019 17:22:38 +0300 Subject: disable scroll in PMs for now --- vnext/src/ui/Chat.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vnext/src/ui') diff --git a/vnext/src/ui/Chat.css b/vnext/src/ui/Chat.css index 520a5c9b..1ea35840 100644 --- a/vnext/src/ui/Chat.css +++ b/vnext/src/ui/Chat.css @@ -2,7 +2,7 @@ box-sizing: border-box; padding: 0 20px; overflow-y: auto; - height: 450px; + height: 100%; display: flex; flex-direction: column-reverse; width: 100%; -- cgit v1.2.3