.streams { overflow-x: auto; overflow-y: hidden; position: relative; height: 500px; } .stream { white-space: nowrap; position: absolute; } .svg-container { display: inline-block; margin: 0; padding: 0; position: relative; } .author { position: absolute; left: 50%; bottom: 50px; font-size: 1rem; background-color: white; } .branches { overflow-x: auto; overflow-y: hidden; } .branch { white-space: nowrap; } .branch svg { border-top: 1px solid currentColor; }