linstrom/frontend-reactive/app/styles/timeline.css
2024-09-23 17:13:57 +02:00

7 lines
119 B
CSS

.timeline {
max-width: 50%;
width: fit-content;
height: 100%;
scroll-behavior: smooth;
overflow-y: scroll;
}