Improved chat scrolling (#3601)
This commit is contained in:
parent
300219b081
commit
46408465ce
2 changed files with 29 additions and 2 deletions
|
@ -253,6 +253,10 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||
.bigchat #chat {
|
||||
height: calc(100dvh - 180px) !important;
|
||||
}
|
||||
|
||||
.chat {
|
||||
flex-direction: column-reverse !important;
|
||||
}
|
||||
}
|
||||
|
||||
.chat {
|
||||
|
@ -263,10 +267,10 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||
overflow-y: auto;
|
||||
padding-right: 20px;
|
||||
display: flex;
|
||||
flex-direction: column-reverse;
|
||||
flex-direction: column;
|
||||
word-break: break-word;
|
||||
overflow-wrap: anywhere;
|
||||
padding-top: 1px;
|
||||
padding-top: 6px;
|
||||
}
|
||||
|
||||
#chat {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue