Skip to content

Fix scrolling when clicking thumbnail.

Caedmon Irias requested to merge caedmon/Shinobi:fix-scrolling into dev

Use position rather than offset to get top of monitor, since we want it relative to the canvas. Also, don’t subtract header height since it’s not in the canvas.

Merge request reports