Iceshrimp.NET/Iceshrimp.Frontend/Pages/TimelinePage.razor.css
2024-06-19 01:56:50 +02:00

8 lines
No EOL
147 B
CSS

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