diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2022-12-06 21:08:23 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-06 21:08:23 -0500 |
| commit | 74fe18089ea0154b8f242f876bcc4bfccaac47ca (patch) | |
| tree | 1df1f0815d593f33f553dcfabbf12f0eed4e8516 /css | |
| parent | 06351d7c41b4bcbccd1198747d5762378b3fddc5 (diff) | |
Diffstat (limited to 'css')
| -rw-r--r-- | css/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/main.css b/css/main.css index 7a5b0ae..8e67332 100644 --- a/css/main.css +++ b/css/main.css | |||
| @@ -7,7 +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 | pointer-events: none; |
| 11 | } | 11 | } |
| 12 | 12 | ||
| 13 | body { | 13 | body { |
