Scrolling and rotation doesn't work

As the title says - scrolling ( vertical and horizontal ) in my app ( when I’m using ionic ) doesn’t work. I was trying with div class=“content” but that hasn’t change anything.
I have login form and under this form there are buttons to log in via some services ( facebook, google, etc ). First button is visible but the others are in the area where I can’t scroll.
How can I fix that? Is there something I missed?

Also - when I rotate my phone to horizontal position, app is rotating but it’s width is the same as it was in vertical position. I noticed that when I’m not using ionic js files rotating is fine…

Hey @mditrich91, for scrolling you’ll want to use <content> instead of <div class="content">. Do you have any example I could play with to see what might be causing the issue? Thanks.