Closed marc-gist closed 8 months ago
you can try fixed positioning and see if that's any better. initially i wanted to avoid any of that, but quickly realised that only simple cases work with the default positioning. next version, i'll go for the bulletproof method right away using something like floating ui
in the demo, you can see this
so i think fixed positioning should do the trick. closing, but feel free to reopen with a demo that is not working with fixed positioning
This looks great, however, when I use it, it covers over the input field and sits to the left. here is an example code from my
Any ideas?
I did try using the fixed position option, without success.
Thanks!