Skip to content

Commit

Permalink
Fix large input scroll (#996)
Browse files Browse the repository at this point in the history
  • Loading branch information
logancyang authored Jan 3, 2025
1 parent 2680227 commit bb8d50b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/styles/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,8 @@ If your plugin does not need CSS, delete this file.
.chat-input-textarea {
width: 100%;
min-height: 44px;
max-height: 440px;
overflow-y: auto;
resize: none;
padding: 2px 12px;
background: var(--background-secondary-alt);
Expand Down

0 comments on commit bb8d50b

Please sign in to comment.