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

10 lines
No EOL
208 B
CSS

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