- Chat messages are now loaded based on scroll position - Read status is now updated and set by last message read - Reworked script importing by using ScriptProvider
14 lines
No EOL
226 B
SCSS
14 lines
No EOL
226 B
SCSS
.infinite-scroll {
|
|
flex-grow: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: end;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
.sentinel {
|
|
height: 1px;
|
|
width: 100%;
|
|
flex-shrink: 0;
|
|
} |