Enabled momentum scrolling

This commit is contained in:
Riley Kuhlman 2019-04-25 20:06:04 -05:00
parent 91f8cf3c10
commit 8156038c53

View File

@ -12,6 +12,7 @@ body {
/* Prevent body overscroll on Chrome */ /* Prevent body overscroll on Chrome */
overflow: hidden; overflow: hidden;
-webkit-overflow-scrolling: touch;
} }
* { * {