Skip to content

Commit

Permalink
pass through the scroll change instead of totally blocking. #71
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeGermuska committed Oct 15, 2015
1 parent a699ad8 commit 8379ed5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/elements/learn/capsule-unit.html
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ <h2 id="capsule-content-header">{{ header }}</h2>

_onCapsuleScrollBlock: function(e) {
console.log("scroll");
this.capsule_content.scrollBy(0,e.deltaY);
e.preventDefault();
},

Expand Down

0 comments on commit 8379ed5

Please sign in to comment.