Minh Nguyen
Minh Nguyen
I believe this would be useful as well. I will try the css workaround.
RenderOnMount was causing weird issues for me. Since it fixes itself when scrolling I did this instead. ``` const popperConfig = { strategy: "fixed", onFirstUpdate: () => window.dispatchEvent(new CustomEvent('scroll')), }...
Hello! I'm interested in picking this up and getting it cross the line. Looking through the PR & requirements now. I'll have to open my own fork & PR it...
Thanks for the info @cielf I'll check back when there's an update then.