LANCommander/LANCommander.UI/Components/InfiniteLoader/InfiniteLoader.razor.scss

14 lines
226 B
SCSS
Raw Permalink Normal View History

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