mirror of
https://github.com/logancyang/obsidian-copilot.git
synced 2026-07-22 07:50:24 +00:00
Make text input area scrollable
This commit is contained in:
parent
2f63d691ed
commit
58baf9e710
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ If your plugin does not need CSS, delete this file.
|
|||
margin-right: 8px;
|
||||
margin-bottom: 8px;
|
||||
resize: none;
|
||||
overflow: hidden;
|
||||
overflow: auto;
|
||||
min-height: 60px;
|
||||
max-height: 200px;
|
||||
box-sizing: border-box;
|
||||
|
|
|
|||
Loading…
Reference in a new issue