From 5580bcde0b71479020de1d116c8d5927741b62ac Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 13 Jun 2018 16:31:44 +0300 Subject: [PATCH] fix(style) .fm: scrolling on ios --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index 6bb969b4..9e762a37 100644 --- a/css/style.css +++ b/css/style.css @@ -241,6 +241,7 @@ a:hover, a:active { margin: 0; overflow-y: auto; list-style-type: none; + -webkit-overflow-scrolling: touch; } .files li {