I have a strange problem when the container has overflow:hidden
and the page has in URL an id. The content is moved on top and is not visible. This issue occurs when I add padding and negative margin on bottom. I've done this to have equal collumns.
Here is a demo. Click the link and you'll see how the content is moved on top and not vissible. http://jsfiddle.net/6etu9ywc/1/
How can I prevent this? A JS solution is acceptable, if using only CSS is not possible.