Iceshrimp.NET/Iceshrimp.Frontend/Components/VirtualScroller.razor.css

19 lines
No EOL
341 B
CSS

.padding {
width: 1px;
}
.scroller {
display: flex;
flex-direction: column;
overflow-y: scroll;
overflow-x: clip;
width: 100%;
align-items: center;
overflow-anchor: none;
overscroll-behavior: contain;
}
.target {
display: flex;
flex-direction: column;
width: 100%;
align-items: center;
}