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

8 lines
No EOL
147 B
CSS

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