mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-07-05 11:00:50 +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;
|
height: 1em;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
max-height: 30vh;
|
max-height: 30vh;
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat-input:hover {
|
.chat-input:hover {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue