Doesn't work with overflow:hidden
The popover doesn't actually render outside of where it's defined. Shouldn't it render in the body to overcome issues with overflow? Seems that's one of the main features of popper. Not sure why it doesn't work in that scenario.
You must use a portal / in-element on the popover content to get that behavior
Oh weird, popperjs itself advertises that as a feature. Might be worth having an example in the readme
Where's it say that?
https://github.com/floating-ui/floating-ui/tree/v2.x#why-not-use-pure-css first point here
unless they're portalling themselves in their examples, you can't escape clipping issues. I would love to be proven wrong here tho
yeah, same...