Skip to content

Commit

Permalink
fix: LLM window now resizes and scrolls properly as content updates (#…
Browse files Browse the repository at this point in the history
…484)

fixes #464
  • Loading branch information
ellvix authored Apr 17, 2024
1 parent 4465ede commit ad9d6f6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -281,17 +281,10 @@ textarea {
/* LLM stuff */
#chatLLM_chat_history_wrapper {
position: relative;
height: 100%;
min-height: 400px;
max-height: 450px;
padding: 0.5rem;
background-color: #fff;
}
#chatLLM_chat_history {
overflow-y: auto;
height: 100%;
min-height: 400px;
max-height: 450px;
padding: 0.5rem;
padding-bottom: 4rem;
border-radius: 0.25rem;
Expand Down

0 comments on commit ad9d6f6

Please sign in to comment.