To solve this I changed
this.megaMenuDocked=!!(window.innerWidth>=j.$.theme2.breakpoints.values.xl&&ri.A.getBool(Eu,window.innerWidth>=j.$.theme2.breakpoints.values.xxl))
to
this.megaMenuDocked=false
in one of .js files in public/build
Also looking for safer solution…