You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.
Inspecting the CSS in the elements panel should help show any margins or padding around the arrow which can cause that issue. Make sure you're not using margin anywhere, but instead, the offset modifier, or padding options in modifiers.
To inspect the element, make sure you've selected the tooltip element itself. Since it has pointer-events: none;, you'll need to scroll down the elements panel and find that it's appended to the body (by default) to select it
I have disable all margin and padding css but the problème is still here.
I have put the tooltip in visible and try every HTML Element before and after but I can't find solution.
Maybe the problem is storybook. I'm going to try my css in another project and I let you know.
Thanks for answering so quickely.
Hi ! I have try in another project without storybook but I have the same probleme.
I really don't understand. Do you have a demo codesandbox with only a custom css please ?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi everyone !
I try to use headless Tippy in a react/storybook/styled-components project's but i have a little css problem with the arrow position's .
It's a little too far to the right as you can see :
Do you know how can I fixe that please ?
You can see my code next, thanks a lot. for every idea.
My CSS with styled-component :
The text was updated successfully, but these errors were encountered: