Datatable footer shifts down when table configuration is reloaded

Webix Version: 3.3.17

I noticed that, on mobile devices, the footer of a table moves a few pixels down when the table configuration is reloaded. This is due to an HTML element above the footer being changed from display: none to display: block.

<div class="webix_ss_hscroll webix_vscroll_x" style="display: block; pointer-events: none; width: 1024px; height: 14px;">
    <div class="webix_vscroll_body" style="width: 1024px;"></div>
</div>

Here is a snippet: http://webix.com/snippet/e0f79cd1

Is this bug already known?

Edit: Forgot to add the snippet

I figured out that this div renders some kind of fake scrollbar and that it’s not only on the bottom, but also on the right side of the table. The scrollbars don’t react to scrolling at all. They just sit there and disrupt the layout.

Hello,

Thank you for the bug report. We will include the fix into the next version.