input text changes focus on safari

25 Views Asked by At

I hope someone can help me out with this. I have a search box on my site and when I try to type something in it (safari mobile). The layout changes. As you can see below: preview

is there any css rule that would make the input field fixed no matter if is is focused or not. SO the layout remains the same.

I tried this rule

   display: flex;
   width: 100%;
0

There are 0 best solutions below