I used the bootstrap input field on a form, but an unnecessary thickness on the border-top line is found on the iphone. The css code is given below:
.form-group .form-control {
height: 42px;
border: 1px solid #dddddd;
box-shadow: none;
border-radius: 0;
}
Is there any way to remove this border-top thickness in iphone ? All the feedback for this are appreciated.
Try this to remove the unwanted shadow within the text input field on iOS.
background-clip: padding-box;
Hope this helps. cheers!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With