7 lines
119 B
CSS
7 lines
119 B
CSS
.timeline {
|
|
max-width: 50%;
|
|
width: fit-content;
|
|
height: 100%;
|
|
scroll-behavior: smooth;
|
|
overflow-y: scroll;
|
|
}
|