From 9513f9473f15bac515de23b921bebfec694fdd93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Migda=C5=82?= Date: Thu, 16 Aug 2018 17:25:33 +0200 Subject: [PATCH] canvas scrolling - fixes #16 --- src/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style.css b/src/style.css index 22fa72e..43d6203 100644 --- a/src/style.css +++ b/src/style.css @@ -146,6 +146,7 @@ ul > li { .particles-js-canvas-el { position: fixed; + pointer-events: none; top: 0; left: 0; z-index: -1;