I have two columns, both scrolled in y-axis independently, depending on the content height. Each column contain boxes. So far that is working fine.
Problem comes when I want to add popup boxes when the user clicks on one of the existing boxes. I want to make these boxes:
- Remain positioned absolutely to the clicked div position
- Be visible on top of the columns (currently they are being covered by adjacent column and horizontal scrollbar appears)
So what I'm trying to achieve is:

And what I currently have is THIS
z-index obviously isn't helping.
Is there a quick simple css-only fix to it, or fairly simple jQuery hack?