I’m running into a UI layout issue. I need a popup triggered by an element inside a scrollable container. The popup should extend beyond the container’s bounds, but I can’t get it to appear outside unless I set the container’s overflow to visible.
I’ve tried increasing the popup’s z-index, but that didn’t help.
Overflows are tricky. I don’t have the answer to your question, but what if you just move the tooltip to the left of what you’re hovering? Or else you might want to try using the browser tooltip.
Thank you for taking the time to help, this tooltip is use at several places across my app so I wanted to avoid this solution but I think this is my only one.