change the connect Scrolling CSS (#9042)

This commit is contained in:
Veggier 2020-06-30 22:50:59 -04:00 committed by GitHub
parent 0de6e7db5e
commit 92a6b99446
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);