Skip to content

Commit

Permalink
Fixes scrolling experience in smartphone
Browse files Browse the repository at this point in the history
  • Loading branch information
rosylilly committed Oct 28, 2015
1 parent 5ea38d5 commit 7eaeb86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/compiler/crystal/tools/doc/html/css/style.css
Expand Up @@ -121,6 +121,7 @@ h1.type-name {
bottom: 0;
overflow: auto;
background-color: #1A0435;
-webkit-overflow-scrolling: touch;
}

#side-list #types-list.current,
Expand Down Expand Up @@ -208,6 +209,7 @@ h1.type-name {
left: 20%;
right: 0;
overflow: auto;
-webkit-overflow-scrolling: touch;
}

.kind {
Expand Down

0 comments on commit 7eaeb86

Please sign in to comment.