Answer the question
In order to leave comments, you need to log in
How to solve the problem with sliding buttons in Safari?
What is the problem: I
made the layout of the field + the search button for it here
Everything is fine everywhere, but when you open it on an iPhone in safari, the button slides down (safari adds its own styles).
I can’t debug normally, because android.
If someone came across, tell me how to fix it?
Answer the question
In order to leave comments, you need to log in
button, input[type="search"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question