Add momentum scrolling

This commit is contained in:
Jeremy Thomas 2019-01-21 11:42:55 +00:00
parent 65a964f9db
commit d2faa18025
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,