gilbarbara / react-floater

Advanced tooltips for React
https://codesandbox.io/s/github/gilbarbara/react-floater/tree/main/demo
MIT License
220 stars 37 forks source link

If the Floater is on the left, the arrow will cover content #65

Closed yuxuan closed 4 years ago

yuxuan commented 4 years ago

🐛 Bug Report

image

The "You shall not click me" link is not able to click. The reason is arrow width is 100% which covers the content part, due to this fix https://github.com/gilbarbara/react-floater/commit/f1c44752a5cdecc83aea6f792ee5c6c770ca0533

To Reproduce

https://codesandbox.io/s/brave-perlman-e7d4o Make "Right" floater appears on left side

gilbarbara commented 4 years ago

Sorry about that!

It's fixed in v0.7.2