From 00ed11fca7e03ae5144c3db542810074916576fa Mon Sep 17 00:00:00 2001 From: AJ Johnson Date: Wed, 28 Aug 2019 12:05:27 -0700 Subject: [PATCH] Fix page scroll bug on /connect page (#3856) [ci skip] --- app/views/chat_channels/index.html.erb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/views/chat_channels/index.html.erb b/app/views/chat_channels/index.html.erb index f3dcffd92..26e483d4f 100644 --- a/app/views/chat_channels/index.html.erb +++ b/app/views/chat_channels/index.html.erb @@ -43,10 +43,6 @@ footer { display: none } - - #page-content { - max-height: 100vh - }