Add webkit-overflow-scrolling: touch to the body and html elements

This commit is contained in:
Kevin MacMartin 2016-05-07 17:47:23 -04:00
parent 58729bc048
commit ebbec6119b

View file

@ -16,6 +16,7 @@
html, body {
width: 100%;
height: 100%;
-webkit-overflow-scrolling: touch;
}
html.no-scroll { overflow-y: hidden; }