Skip to content

Commit

Permalink
iOS scroll fix
Browse files Browse the repository at this point in the history
  • Loading branch information
micku7zu committed Jan 31, 2017
1 parent cfc4f38 commit 31e90bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion style.css
Expand Up @@ -27,14 +27,16 @@ aside {
flex-grow: 1;
flex-basis: 300px;
text-align: center;
overflow-y: scroll;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
padding: 50px;
}

main {
flex-grow: 2;
border-left: 1px solid #ededed;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}

section {
Expand Down Expand Up @@ -379,6 +381,7 @@ button {
.output {
height: 200px;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
margin: 0;
padding: 1em 2em;
background-color: #f8f8f8;
Expand Down

0 comments on commit 31e90bc

Please sign in to comment.