mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
Fix mouse with non-gl mono
This commit is contained in:
parent
ef404735cd
commit
a3f3cfadb3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user