Fixes VISTA issue 635 scrolling messages overflow problem (#2428)

This commit is contained in:
Charles Hacskaylo 2019-07-12 10:52:16 -07:00 committed by Deep Tailor
parent 362e565a09
commit 8578d78c51

View File

@ -69,6 +69,7 @@
flex: 1 1 auto;
display: flex;
flex-direction: column;
overflow: hidden;
}
&__top-bar {