happy-se-life / kanban

Kanban plugin for redmine
https://it-managers-life.hatenablog.com/entry/2019/03/24/112052
MIT License
121 stars 38 forks source link

Update kanban.js #46

Closed wmesser closed 1 year ago

wmesser commented 2 years ago

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.