Change height -> min-height for .chat

This commit is contained in:
oobabooga 2023-12-25 08:32:02 -08:00
parent 4aeebfc571
commit 73ba7a8921

View File

@ -332,7 +332,7 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
margin-left: auto;
margin-right: auto;
max-width: 880px;
height: var(--chat-height);
min-height: var(--chat-height);
overflow-y: auto;
padding-right: 15px;
display: flex;