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 was archived by the owner on Dec 5, 2024. It is now read-only.
I have a popper controlled tooltip and I'm trying to create add top padding (50px in this example) to the overflow prevention.
Here you can see even though I've turned on the

altAxisoverflow prevention.this is the config I'm using
Reproduction demo
https://stackblitz.com/edit/react-popper-overflow?file=Tooltip.tsx
What is the expected behavior?
I'd like the tooltip to respect the top padding as specified in options.
What went wrong?
Top padding not respected.
I know the option is working because the "main" axis padding is respected.
Packages versions