Skip to content

Commit

Permalink
Add CSS pointer-events:none to flakes
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmcrty committed Dec 16, 2015
1 parent f5827a0 commit ae66c14
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions jquery.flurry.js
Original file line number Diff line number Diff line change
@@ -86,6 +86,7 @@
var $flake = $('<span></span>');
$flake.html(settings.character).css({
"color": "rgba(255, 255, 255, " + settings.transparency + ")",
"pointer-events": "none",
"font-size": randomNumberInRange( settings.small, settings.large ) + "px",
"position": "absolute",
"top": "-" + settings.large + "px",
2 changes: 1 addition & 1 deletion jquery.flurry.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ae66c14

Please sign in to comment.