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.
25 lines
290 B
CSS
25 lines
290 B
CSS
3 years ago
|
.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;
|
||
|
}
|