9 lines
122 B
SCSS
9 lines
122 B
SCSS
.ArchivedChats {
|
|
height: 100%;
|
|
overflow: hidden;
|
|
|
|
.chat-list {
|
|
height: calc(100% - var(--header-height));
|
|
}
|
|
}
|