We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 907c99c commit c361486Copy full SHA for c361486
timeline.html
@@ -47,6 +47,7 @@
47
height: 70px;
48
padding: 10px 10px 10px 30px;
49
color: #fff;
50
+ overflow-y: hidden;
51
}
52
53
.slider-container {
timeline.js
@@ -384,13 +384,6 @@ function exitTimeTravel() {
384
document.querySelector('#timeline-exit').style.display = 'none';
385
386
currentHash = null;
387
-
388
- if (timelineData.length > 0) {
389
- const slider = document.getElementById("slider");
390
- const lastStep = slider.querySelector(".slider-step:last-child");
391
- const sliderThumb = slider.querySelector(".slider-thumb");
392
- sliderThumb.style.left = (parseInt(lastStep.style.left) - 2) + 'px';
393
- }
394
395
396
function showLoading() {
0 commit comments