Make text input area scrollable

This commit is contained in:
Logan Yang 2023-05-12 22:18:06 -07:00
parent 2f63d691ed
commit 58baf9e710

View file

@ -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;