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