Set chat body height to remove UX jitter on chat history load in Web, Desktop

This commit is contained in:
Debanjum Singh Solanky 2024-02-25 14:10:54 +05:30
parent efe86ce159
commit 682b70011f
2 changed files with 2 additions and 0 deletions

View file

@ -1196,6 +1196,7 @@
#chat-body {
height: 100%;
font-size: small;
margin: 0px;
line-height: 20px;

View file

@ -1263,6 +1263,7 @@ To get started, just start typing below. You can also type / to see a list of co
}
#chat-body {
height: 100%;
font-size: medium;
margin: 0px;
line-height: 20px;