We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e23acb commit dc06730Copy full SHA for dc06730
1 file changed
frontend/src/js/snow.js
@@ -53,7 +53,7 @@ var PureSnow = (function() {
53
var bodyHeightPx = Math.max(document.body.offsetHeight, window.innerHeight);
54
var pageHeightVH = (100 * bodyHeightPx / window.innerHeight);
55
56
- var baseCss = '.snowflake { position: absolute; width: 8px; height: 8px; background: white; border-radius: 50%; filter: drop-shadow(0 0 8px white); pointer-events: none; will-change: transform; }';
+ var baseCss = '.snowflake { position: absolute; width: 8px; height: 8px; background: white; border-radius: 50%; filter: drop-shadow(0 0 8px white); will-change: transform; }';
57
58
var rule = baseCss;
59
0 commit comments