w-lab-app/src/components/domains/dashboard/sections/NewMessagesSection/NewMessagesSection.module.scss
gofnnp 7382979dff edits-31-07
dashboard new messages, Enter - send & ctrl + Enter - \n, payment success button fix
2025-07-31 14:12:36 +04:00

10 lines
145 B
SCSS

.container {
display: flex;
flex-direction: column;
align-items: flex-end;
gap: 16px;
position: sticky;
top: 76px;
z-index: 100;
}