Fix mouse with non-gl mono

This commit is contained in:
Will Scullin 2022-05-31 19:49:04 -07:00
parent ef404735cd
commit a3f3cfadb3
No known key found for this signature in database
GPG Key ID: 26DCD1042C6638CD
1 changed files with 1 additions and 0 deletions

View File

@ -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;