Found a footer bug where you can't scroll to last row.

Dear admins,
I found a footer bug.
When my footer is like this:
mygrid.attachFooter(“Tasks: {#stat_count},#cspan,#cspan”);
When I scroll to the last row it gets partially hidden underneath the footer and I cannot scroll down any further.
HOWEVER, when I add a footer value with a width of just 1 column, I can fully scroll to the bottom. Like this:
mygrid.attachFooter(“Tasks: {#stat_count},#cspan,#cspan,1-column-footer”);

Best regards.

Unfortunately the problem cannot be reproduced locally.
Could you please, share with a demo link or a complete demo, where the problem can be reconstructed locally.