mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-06-07 22:25:54 -04:00
UI: CSS fix
This commit is contained in:
parent
4e8f628d3c
commit
cbef35054c
1 changed files with 1 additions and 0 deletions
|
@ -426,6 +426,7 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
||||||
.chat > .messages {
|
.chat > .messages {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
min-height: calc(100vh - 102px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat > .messages > :first-child {
|
.chat > .messages > :first-child {
|
||||||
|
|
Loading…
Add table
Reference in a new issue