Set flex-direction: column on the chatbox container
This makes it display properly in the horizontal layout The vertical layout is still a little borked
parent
e9a1b762e7
commit
8c5c4df7a1
|
@ -158,6 +158,7 @@ button.small-button {
|
||||||
|
|
||||||
#chatbox-container {
|
#chatbox-container {
|
||||||
display: none;
|
display: none;
|
||||||
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat-message {
|
.chat-message {
|
||||||
|
|
Loading…
Reference in New Issue