Hello, Im just trying to get ScrollSmoother working on astro web, with new astro view transition Api.  During the first page load, everything work as expected. But when Im transitioning to another page, the scrollSmoother stops working. It looks like during the initialisation of ScrollSmoother, it doesnt inject styles into the <body> tag, so there is scrollbar missing and users cant scroll the page. I also tried to set the styles manually loke this:   useEffect(() =>