SOLVED: Sticky Header (sticky on scroll + slide-up) causes overflow

Same here. @timmse
When i turn on Sticky header (just the sticky option) the header will be overflow in mobile view.
When i turn off, the header is good.

The problem is position:fixed.
If i change it in chrome postition: sticky; and top:0 change top:0 !important will working good!