basic improvements in formatting

This commit is contained in:
Zhongheng Liu 2024-01-19 20:58:45 +02:00
commit 27db90cd58
No known key found for this signature in database
4 changed files with 11 additions and 7 deletions

View file

@ -1,7 +1,7 @@
.chat-inner-wrapper {
height: 500px;
overflow-y: auto;
overflow-wrap: normal;
height: 50vh;
overflow-y:scroll;
/* overflow-wrap: normal; */
display: flex;
flex-direction: column;
@ -10,6 +10,6 @@
margin-top: 5px;
}
.chat {
min-height: 80vh;
/* min-height: 80vh; */
position: relative;
}