Open New0 opened 4 years ago
Country dropdown options for the phone better field are hidden when using a modal form on mobiles. The options appear under the modal form, making them unusable.
Quick solution before we fix this in the plugin. Use the CSS code .iti-mobile .intl-tel-input.iti-container { z-index: 100000000; }
.iti-mobile .intl-tel-input.iti-container { z-index: 100000000; }
That can be inserted at Appearance -> Customize -> Additionnal CSS
Country dropdown options for the phone better field are hidden when using a modal form on mobiles. The options appear under the modal form, making them unusable.