reduce chats jumpiness

This commit is contained in:
Henry Jameson 2022-04-12 17:03:29 +03:00
parent 0db756b4a5
commit e5eca8a554

View file

@ -13,12 +13,13 @@
}
.chat-view-body {
box-sizing: border-box;
background-color: var(--chatBg, $fallback--bg);
display: flex;
flex-direction: column;
width: 100%;
overflow: visible;
min-height: 100%;
min-height: calc(100vh - var(--navbar-height));
margin: 0 0 0 0;
border-radius: 10px 10px 0 0;
border-radius: var(--panelRadius, 10px) var(--panelRadius, 10px) 0 0;