You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The button styles do not apply to form buttons on IOS/Safari. The stylesheet would seem to need a reset for this so that button styles behave predictably. Something like this, perhaps?
.btn {
-webkit-appearance: none;
}
The text was updated successfully, but these errors were encountered:
The button styles do not apply to form buttons on IOS/Safari. The stylesheet would seem to need a reset for this so that button styles behave predictably. Something like this, perhaps?
The text was updated successfully, but these errors were encountered: