Can someone help me figure out why this code isn't working? I included it in both my html and body elements, but I keep getting an error message saying "invalid property value" and it's crossed out. Initially, I tried using it within my media queries without success. Any ideas on why it's not functioning properly for me? Thank you in advance!!
html, body {
width:100%;
height:100%;
background-color:#FCF5F4;
font-family:webfont;
-webkit-overflow-scrolling: touch;