forked from MarseyWorld/MarseyWorld
fix chat height limit
parent
03a6b3858c
commit
7aaf565316
|
@ -2,6 +2,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-right: 1.5rem;
|
padding-right: 1.5rem;
|
||||||
max-height: 300px;
|
max-height: 300px;
|
||||||
|
overflow: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ChatMessage__isDm {
|
.ChatMessage__isDm {
|
||||||
|
|
|
@ -160,6 +160,7 @@ lite-youtube {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-right: 1.5rem;
|
padding-right: 1.5rem;
|
||||||
max-height: 300px;
|
max-height: 300px;
|
||||||
|
overflow: scroll;
|
||||||
}
|
}
|
||||||
.ChatMessage__isDm {
|
.ChatMessage__isDm {
|
||||||
background: var(--gray-800);
|
background: var(--gray-800);
|
||||||
|
|
Loading…
Reference in New Issue