-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Placement is not working properly in tables #167
Comments
Could you please share a codesandbox reproducer with that table header usage? |
It is not enough space for |
Its not the solution but i solved like this: Create an empty div before table, set width 100%
And in the header cells, use |
oh... 😅 found that this issue not depend on this lib, floating-ui/react-popper#383 |
Ah okay, thanks for informing 😃 |
Describe the bug
I'm passing "top" as prop, but its returning and showing on "bottom". I tested on codesandbox with your official demo, it looks like working good, but in my app its not working. The only difference is im using this tooltip in table header, maybe its related to this.
Reproduce
Check codesandbox link: https://codesandbox.io/s/ancient-bush-exyt8r?file=/src/index.js
Screenshots
Additional Context
Placement is working fine on left-right-bottom. Its only occuring on top.
The text was updated successfully, but these errors were encountered: