Hello!
I've noticed a small issue that I haven't ever run into before. I have a div which has the property of overflow:auto; - inside of that div there is a child that has a position of absolute in order to get it to display outside of the parent (negative top margin);
(The issue is with the box that displays the title)
It
should look like this:
however when I apply the overflow:auto; property to the parent div I'm getting results which look like this:
the difference is that it's now restricting the div display to the inside of the parent div. Z-indexing isn't helping it display above it.
Any ideas?