the-x-in-mdx
the-x-in-mdx copied to clipboard
Scrollytelling failing on Firefox
Apparently Firefox fails when you pass document as the root of the IntersectionObserver:
TypeError: 'root' member of IntersectionObserverInit does not implement interface Element.
document.documentElement doesn't work either.
Passing null works, but then it stops working inside iframes.