highlighters.css |
Highlighters are absolute positioned in the page by default.
A single highlighter can have fixed position in its css class if needed (see below the
eye dropper or rulers highlighter, for example); but if it has to handle the
document's scrolling (as rulers does), it would lag a bit behind due the APZ (Async
Pan/Zoom module), that performs asynchronously panning and zooming on the compositor
thread rather than the main thread.
|
25698 |