Skip to content

Fix links that target a location within a page

Reto Schnyder requested to merge miseran/zathura:fix_link_position into develop

Before, clicking on a link would always jump to the beginning of the linked-to page, even when the link targets a specific point within the page.

I'm not sure if this is the correct fix, since I don't quite understand the meaning of cell_height and doc_height etc., but it has worked in all my tests.

Merge request reports