This is related to the offsettopchange event and the offset calculation across different responsive steps.

The position of the toolbar bar and tray are absolute by default, which means they scroll with the page. The table header offset is only needed when the bar and tray are present on the screen.

The position of the toolbar bar and tray is switched from absolute to fixed at the breakpoint 16.5em.

Comments

jessebeach’s picture

Status: Active » Closed (fixed)

It turns out that I needed to add a window resize trigger to the setHeight function to cause the overlay to recalculate its top offset.

$(window).triggerHandler('resize');

This issue has been updated in the main issue (#1137920) with the following patch #1137920-210: Fix toolbar on small screen sizes and redesign toolbar for desktop.

jessebeach’s picture

Issue summary: View changes

added related issue #1829326