Reputation: 205
I don't understand why this isn't working. I put it in my html and body and it still says invalid property value and is crossed out. I was first trying to use it in my media queries but it didn't work there. Does anyone know a potential reason to why it doesn't work for me? Thank you!!
html, body {
width:100%;
height:100%;
background-color:#FCF5F4;
font-family:webfont;
-webkit-overflow-scrolling: touch;
Upvotes: 9
Views: 6590