Merge pull request #34 from jgthms/jt-ios-scroll

Add momentum scrolling
This commit is contained in:
Koen Lageveen 2019-01-21 18:49:17 +01:00 committed by GitHub
commit c8b7ad4192
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -82,6 +82,7 @@ section.config > * {
}
section.select-list {
overflow: auto;
-webkit-overflow-scrolling: touch;
}
section.select-list .entry {
position: relative;
@ -233,6 +234,9 @@ label[for="select-theme"] {
.CodeMirror-gutters {
background: transparent;
}
.CodeMirror-scroll {
-webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 56em) {
.article-wrapper,