Skip to content

Commit dc06730

Browse files
committed
Remove redundant pointer-events from snowflakes, container handles it
1 parent 8e23acb commit dc06730

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/js/snow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ var PureSnow = (function() {
5353
var bodyHeightPx = Math.max(document.body.offsetHeight, window.innerHeight);
5454
var pageHeightVH = (100 * bodyHeightPx / window.innerHeight);
5555

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; }';
56+
var baseCss = '.snowflake { position: absolute; width: 8px; height: 8px; background: white; border-radius: 50%; filter: drop-shadow(0 0 8px white); will-change: transform; }';
5757

5858
var rule = baseCss;
5959

0 commit comments

Comments
 (0)