Fix for issue #6024, don't auto-hide the chat contents (#6247)

This commit is contained in:
Patrick Leiser 2024-07-20 20:05:28 -07:00 committed by GitHub
parent 564d8c8c0d
commit 9b205f94a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -378,6 +378,10 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
}
}
.chat-parent .prose {
visibility: visible;
}
.old-ui .chat-parent {
height: calc(100dvh - 192px - var(--header-height) - var(--input-delta));
margin-bottom: var(--input-delta) !important;