Closed dpw1 closed 6 years ago
That's because you've created a new stacking context with the parent: please read the precautions section in the readme.
Also, helps to include a code snippet (such as a link to JSfiddle) where you can actually reproduce the issue, if you want somebody else to troubleshoot your setup.
Ugh. People who don't read documentations! hahaha no, but really, I'm sorry. I will provide a fiddle with this issue. Thank you for your readiness.
It was just a overflow:hidden;
that I had added on the parent and forgot about it. Thanks!
@dpw1 It happens—glad to know the readme covers most bases :)
This following image is within a div.container.
When I click on it, it looks like this:
It is blocked by the parent. What can I do?