Hey there! I've put together a simple form using bootstrap, but I've run into an issue. When I resize the screen (in height), I can't scroll all the way to the top of the form.
If you want to take a look, here's the link: http://jsbin.com/semamimitu/edit?html,css,output
You'll notice that when you adjust the height, at a certain point you can scroll down to see the entire form, but you can't scroll back up to the top.
Is there a way to keep the logo and the rest of the form visible and scrollable, even if the screen height is smaller than the form itself?
I'm open to solutions involving javascript as well as css. Any suggestions would be greatly appreciated!