Reports - side nav keeps display in/out on page changes

Hi,
v2024.16

noticing on reports that the side nav bar keeps popping out then in when you flip between pages.
on regular forms this is not happing.
tried adding

$("body").addClass("sidebar-collapse"); //hide sidebar

helped a bit not still annoyinig when you need to change pages.

anything we can do to stop this?

JavaScript is only run after the jquery.js is loaded, you better use server side code, you may search “BODY_CLASS” in this forum.