Closed gccumber closed 7 years ago
Here is the scenario:
I have a container set with overflow-y: scroll; inside that container is a list with an item that, when clicked, will set a div below it to display: block; but I want to show that div outside of the container.
Heres a Codepen: http://codepen.io/gccumber/pen/dNePKQ
The problem is that I can't display the pop-out w/o the content scrolling x or being hidden by default when y is set to scroll.
Here is the scenario:
I have a container set with overflow-y: scroll; inside that container is a list with an item that, when clicked, will set a div below it to display: block; but I want to show that div outside of the container.
Heres a Codepen: http://codepen.io/gccumber/pen/dNePKQ