HTML won't scroll
On my site http://www.granthpark.me/outside If I resize my browser to smaller sizes, my content will be hidden and I cannot scroll It. Can anyone point out what is capturing the content?
Here is the CSS, can't post it here because it's too long http://www.granthpark.me/assets/css/main.css
EDIT: new problem. I can now scroll through the pages because I tried to replace every instance of position: fixed with absolute in addition to changing the overflow: hidden to scroll. But now I don't know how to fix my background border to resize correctly when the browser is resized.
+3
source to share