MantisBT: master-2.27 fb694563

Author Committer Branch Timestamp Parent
matejbrodziansky dregad master-2.27 2025-04-23 07:33 master-2.27 01f3d24e
Affected Issues  0021675: Incorrect positioning of "View Issue Details" when recalled from "Direct link to note"
Changeset

Fix scroll offset on bugnote links

When clicking on a direct link to a bugnote, e.g. from "View Issue
Details" page or from a notification email, MantisBT did not account for
the Navbar's height, causing the upper part of the note to be hidden
behind it.

Adding scroll-margin-top CSS attribute allows proper positioning.

Fixes 0021675

Signed-off-by: Damien Regad dregad@mantisbt.org

Changes to original contribution from PR 2137

  • Rewritten commit message, added bugtracker reference
  • Coding guidelines
mod - css/default.css Diff File