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