-
Notifications
You must be signed in to change notification settings - Fork 16
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
Popover is clipped when inside container using overflow='hidden' #24
Comments
Hi @vaheqelyan I accidentally clicked submit when I didn't have any information in the description or the title. I have updated since then, can you please re-open this issue. Would like to avoid creating a duplicate issue |
Just realized that I did create duplicate issues, not too sure how I accomplished that. I thought I was updating the first issue I created. Sorry for the previous duplicate empty issues. |
It would be great if you share a link in codepen or jsfiddle. If I have some spare time, i'll try to help |
sure I'll paste a codepen here once done. |
First I would like to say thank you for react awesome popover as it has made it easy to add popovers to our app
The issue that we are currently facing is that we the content of the popover is getting clipped when it's nested inside a container that has overflow set to hidden . I started investigating and came accross this react popover issue which recommends using a React Portal.
The text was updated successfully, but these errors were encountered: