You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
.streams {
|
|
overflow-x: auto;
|
|
overflow-y: hidden;
|
|
position: relative;
|
|
height: 500px;
|
|
}
|
|
|
|
.stream {
|
|
white-space: nowrap;
|
|
position: absolute;
|
|
}
|
|
|
|
.branches {
|
|
overflow-x: auto;
|
|
overflow-y: hidden;
|
|
}
|
|
|
|
.branch {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.branch svg {
|
|
border-top: 1px solid currentColor;
|
|
}
|