mirror of
https://github.com/NotXia/notxia.github.io.git
synced 2025-12-15 19:22:21 +01:00
Fix timeline responsiveness
This commit is contained in:
@ -118,6 +118,6 @@
|
|||||||
index: index
|
index: index
|
||||||
}));
|
}));
|
||||||
|
|
||||||
window.addEventListener("resize", updateTimelineSize);
|
new ResizeObserver(updateTimelineSize).observe(document.querySelector("#app") as Element)
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user