added proper scrolling support - 500px bounds for now

This commit is contained in:
Zhongheng Liu 2024-01-03 16:27:50 +02:00
commit c646758e63
No known key found for this signature in database
2 changed files with 9 additions and 6 deletions

View file

@ -1,12 +1,13 @@
#chat-inner {
height: 250px;
.chat-inner-wrapper {
height: 500px;
overflow-y: auto;
overflow-wrap: normal;
display: flex;
flex-direction: column-reverse;
}
.entry-box {
position: absolute;
bottom: 0;
min-height: 20%;
margin-top: 5px;
}
.chat {
min-height: 80vh;