From db2887c610f1bae73b6ee2c858d2421d5e1ff927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Tue, 22 Nov 2016 17:32:04 +0100 Subject: [PATCH] Added pointer events none to snow --- static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/style.css b/static/css/style.css index edc61135..a1f0e55a 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -1952,6 +1952,7 @@ nav ul li:hover, nav ul li.active { */ #snow{ + pointer-events: none; background: none; font-family: Androgyne; background-image: url('static/images/s1.png'), url('static/images/s2.png'), url('static/images/s3.png');