Iceshrimp.NET/Iceshrimp.Frontend/Components/TimelineComponent.razor.css
2024-06-19 01:56:55 +02:00

11 lines
No EOL
232 B
CSS

.scroller {
display: flex;
flex-direction: column;
overflow-y: scroll;
overflow-x: clip;
max-height: 100vh;
width: 100%;
align-items: center;
overflow-anchor: none;
overscroll-behavior: contain;
}