w-lab-app/src/components/domains/chat/ChatMessagesWrapper/ChatMessagesWrapper.module.scss
gofnnp 33863911c4 fix-suggestions
fix position
2025-07-26 20:22:00 +04:00

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;
}