M
M
mishapsv2015-10-19 09:50:37
css
mishapsv, 2015-10-19 09:50:37

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

1 answer(s)
A
Andrey Khokhlov, 2015-10-19
@mishapsv

button, input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question