Zaid-Ajaj / Feliz

A fresh retake of the React API in Fable and a collection of high-quality components to build React applications in F#, optimized for happiness
https://zaid-ajaj.github.io/Feliz/
MIT License
540 stars 78 forks source link

Feliz.popover auto positioning does not work #619

Open r3try3 opened 1 month ago

r3try3 commented 1 month ago

If you don't set a dedicated place for the tooltip, the library is supposed to automatically find a fitting position on the viewport. this seems to not work. instead the tooltip is always rendered above and if the trigger-element is placed on the far left, the tooltip exceeds the left side of the screen (tooltip not fully visible)