Fix info panel overflow (#33)

* update chatbot placeholder

* fix chat info panel overflow bug

* set azure_endpoint to required in AzureChatOpenAI

* update screenshots
This commit is contained in:
ian_Cin
2024-04-14 09:34:14 +07:00
committed by GitHub
parent 8985963e1e
commit 5286ff48bc
8 changed files with 9 additions and 5 deletions

View File

@@ -87,7 +87,7 @@ button.selected {
#chat-info-panel {
max-height: var(--main-area-height) !important;
overflow-y: scroll !important;
overflow: auto !important;
}
#conv-settings-panel {