I have a very basic question. I am setting height to 50px for my html form submit button. It works on Firefox but not Chrome nor Safari. The code is as simple as following:<
Just adding -webkit-appearance: none; on my worked for me on safari browser on Macbook.
-webkit-appearance: none;