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 {
|
||||
display: none;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.chat-message {
|
||||
|
|
Loading…
Reference in New Issue