Fix search button not expanding search bar in Safari
The search bar expands from 0 to 150px when the input is focused but in Safari the <input> will not accept focus via input.focus() if its max-width is _exactly_ 0px. Setting it to a near-zero +ve value instead avoids the problem. Fixes #2654
Showing
Please register or sign in to comment