6 lines
92 B
CSS
6 lines
92 B
CSS
.dialogs_wrapper {
|
|
display: flex;
|
|
flex-direction: column;
|
|
overflow-y: scroll;
|
|
}
|