From 92a6b994466f239fae91eee47e9941dc672aad05 Mon Sep 17 00:00:00 2001 From: Veggier <47649859+Veggier@users.noreply.github.com> Date: Tue, 30 Jun 2020 22:50:59 -0400 Subject: [PATCH] change the connect Scrolling CSS (#9042) --- app/assets/stylesheets/chat.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/chat.scss b/app/assets/stylesheets/chat.scss index 3564690e2..b7efd4aad 100644 --- a/app/assets/stylesheets/chat.scss +++ b/app/assets/stylesheets/chat.scss @@ -31,6 +31,7 @@ height: calc(100vh - var(--header-height)); position: relative; overflow-x: hidden; + overflow-y: hidden; &.chat--iossafari { height: calc(100vh - 201px); @@ -43,7 +44,7 @@ padding: var(--su-3); position: relative; width: 100%; - + overflow-y: auto; @media screen and (min-width: $breakpoint-m) { min-width: var(--layout-chat-left-sidebar-width); max-width: var(--layout-chat-left-sidebar-width);