I'm encountering a strange issue with containers that have overflow:hidden and when the page URL includes an id. The content gets pushed up and becomes invisible. This problem arises when I apply padding and negative margin at the bottom to create equal columns.
Check out this demo by clicking the link below to see how the content moves up and becomes hidden: http://jsfiddle.net/6etu9ywc/1/
Is there a way to prevent this from happening? I'm open to a JavaScript solution if solving it purely with CSS isn't possible.