added scrollbar to textarea

This commit is contained in:
supertiger 2019-03-08 11:41:34 +00:00
parent c0f46b6445
commit 46668093ca

View file

@ -458,6 +458,7 @@ export default {
height: 1em; height: 1em;
overflow: hidden; overflow: hidden;
max-height: 30vh; max-height: 30vh;
overflow-y: auto;
} }
.chat-input:hover { .chat-input:hover {