Here’s the English translation, Mary:
Hello, I am experiencing a visualisation issue between Mac and Windows. On Mac the form displays correctly, while on Windows it does not. How can I fix this?
Hey maryenvato,
Thank you for the inquiry.
Did you modify the styles for the <select> and <option> elements? Please try to add this css to adjust the color of the option fields.
option {
padding: 8px;
background: #FFFFFF;
color: #333333;
}
option:hover {
background: #EEEEEE;
}
Let us know the result.
Best regards,
Ismael
