Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
canvas scrolling - fixes #16
  • Loading branch information
stared committed Aug 16, 2018
1 parent e3f2026 commit 9513f94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/style.css
Expand Up @@ -146,6 +146,7 @@ ul > li {

.particles-js-canvas-el {
position: fixed;
pointer-events: none;
top: 0;
left: 0;
z-index: -1;
Expand Down

0 comments on commit 9513f94

Please sign in to comment.