Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

-webkit-overflow-scrolling: touch; invalid property value

Tags:

html

css

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;

This is the error I get.

like image 460
CarlosIsLazy Avatar asked Jan 23 '18 20:01

CarlosIsLazy


1 Answers

It's not supported by any browser. See at the bottom of this .link

like image 139
Marco Avatar answered Sep 22 '22 08:09

Marco