From 80d63c19a3e075ddd84177761e71649a4f7512ed Mon Sep 17 00:00:00 2001 From: Volpeon Date: Fri, 24 Dec 2021 10:33:02 +0100 Subject: Make snow click-through --- assets/css/objects/_icon.scss | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'assets') diff --git a/assets/css/objects/_icon.scss b/assets/css/objects/_icon.scss index 6718c50..d074f55 100644 --- a/assets/css/objects/_icon.scss +++ b/assets/css/objects/_icon.scss @@ -19,12 +19,13 @@ } @include modifier('snow') { - position: fixed; - z-index: 9999; - top: -20px; - animation: fall linear forwards; - stroke-width: 2px; - color: #fff; + position: fixed; + z-index: 9999; + top: -20px; + animation: fall linear forwards; + stroke-width: 2px; + color: #fff; + pointer-events: none; } } } -- cgit v1.2.3-54-g00ecf