I have a problem with woocommerce quantity selector arrows. it's showing on desktop but does not show on mobile.
I tries the following CSS but still, nothing happened.
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
opacity: 1;
-webkit-appearance: textfield ;
-moz-appearance: textfield;
appearance: textfield;
}