Fixed a bug that resulted in overflow of Kanban board to end of page in Redmine 5 on page load (but before reflow).
On Redmine 5, the float table loaded before the sidebar, resulting in it spanning the page and drawing over the sidebar. Loading the sidebar first in this .js file allows the float table to instead fill its intended container.
Fixed a bug that resulted in overflow of Kanban board to end of page in Redmine 5 on page load (but before reflow).
On Redmine 5, the float table loaded before the sidebar, resulting in it spanning the page and drawing over the sidebar. Loading the sidebar first in this .js file allows the float table to instead fill its intended container.