fix(style) .fm: scrolling on ios

This commit is contained in:
coderaiser 2018-06-13 16:31:44 +03:00
parent 97c50d588f
commit 5580bcde0b

View file

@ -241,6 +241,7 @@ a:hover, a:active {
margin: 0;
overflow-y: auto;
list-style-type: none;
-webkit-overflow-scrolling: touch;
}
.files li {