Skip to content

Commit

Permalink
Added touch-action "manipulation" for body.
Browse files Browse the repository at this point in the history
  • Loading branch information
zagran committed Apr 3, 2019
1 parent 8d3cb3f commit 82cdf6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion static/loader.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ body{
background: #009688;
padding: 0;
margin: 0;
touch-action: manipulation;
}
.load{
width:240px;
Expand Down Expand Up @@ -81,4 +82,4 @@ body{
100%{
opacity:1;
}
}
}

0 comments on commit 82cdf6b

Please sign in to comment.