mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-14 03:51:04 +00:00
added scrollbar to textarea
This commit is contained in:
parent
c0f46b6445
commit
46668093ca
1 changed files with 1 additions and 0 deletions
|
|
@ -458,6 +458,7 @@ export default {
|
|||
height: 1em;
|
||||
overflow: hidden;
|
||||
max-height: 30vh;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.chat-input:hover {
|
||||
|
|
|
|||
Loading…
Reference in a new issue