diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2022-12-06 21:05:19 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-06 21:05:19 -0500 |
| commit | 06351d7c41b4bcbccd1198747d5762378b3fddc5 (patch) | |
| tree | 4e0e969225c0e645c1d2278a007c1c65b179f8b5 | |
| parent | f74c01efdece512d039f03f3bdd0d4d832214325 (diff) | |
cursor trail fix
| -rw-r--r-- | css/main.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/css/main.css b/css/main.css index c37c0fa..7a5b0ae 100644 --- a/css/main.css +++ b/css/main.css | |||
| @@ -7,6 +7,7 @@ | |||
| 7 | .trail { | 7 | .trail { |
| 8 | position: absolute; | 8 | position: absolute; |
| 9 | z-index: 9999; | 9 | z-index: 9999; |
| 10 | cursor-events: none; | ||
| 10 | } | 11 | } |
| 11 | 12 | ||
| 12 | body { | 13 | body { |
