8 lines
155 B
CSS
8 lines
155 B
CSS
|
|
/* Patch for chat container height in multi-column layout */
|
|
.chat-container {
|
|
height: auto !important;
|
|
min-height: 50vh;
|
|
max-height: 85vh;
|
|
}
|