19 lines
305 B
SCSS
19 lines
305 B
SCSS
.messagesWrapper {
|
|
flex: 1 1 0%;
|
|
overflow-y: auto;
|
|
scroll-behavior: smooth;
|
|
transition: padding-bottom 0.3s ease-in-out;
|
|
}
|
|
|
|
.loaderTop {
|
|
display: flex;
|
|
justify-content: center;
|
|
padding-top: 16px;
|
|
}
|
|
|
|
.suggestions.suggestions {
|
|
// position: sticky;
|
|
// bottom: 0;
|
|
padding: 0 16px 36px;
|
|
}
|