From a3f3cfadb3ebb8ef51111be44f0f24b3f0305bf4 Mon Sep 17 00:00:00 2001 From: Will Scullin Date: Tue, 31 May 2022 19:49:04 -0700 Subject: [PATCH] Fix mouse with non-gl mono --- css/apple2.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/apple2.css b/css/apple2.css index 44cff2f..d409af6 100644 --- a/css/apple2.css +++ b/css/apple2.css @@ -194,6 +194,7 @@ canvas { .scanlines:after { display: block; + pointer-events: none; background-image: repeating-linear-gradient(to bottom, transparent 0, transparent 1px, rgba(0,0,0,0.5) 1px, rgba(0,0,0,0.5) 2px); content: ''; position: absolute;