mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Alters search highlights so they don't intercept pointer events
This commit is contained in:
@@ -156,6 +156,7 @@ function makeHighlightRect({left, top, width, height}, offsetTop=0, offsetLeft=0
|
||||
width: `${Math.ceil(width)}px`,
|
||||
height: `${Math.ceil(height)}px`,
|
||||
backgroundColor: 'rgba(200, 220, 10, 0.4)',
|
||||
pointerEvents: 'none'
|
||||
});
|
||||
|
||||
return overlay;
|
||||
|
||||
Reference in New Issue
Block a user