The header search trigger is position: absolute in the header. That breaks tab order (DOM position no longer matches visual position) and is fragile on narrow/mobile viewports.
Center it with flex layout in the header instead. No restyle, the look stays the same - this is just a correctness fix.
The header search trigger is
position: absolutein the header. That breaks tab order (DOM position no longer matches visual position) and is fragile on narrow/mobile viewports.Center it with flex layout in the header instead. No restyle, the look stays the same - this is just a correctness fix.
position: absolute