Page 1 of 1

Browser Node Not showing drop down menus

Posted: 15 Jan 2018, 15:09
by Naggar
Hello guys,
I have an issue with the browser node I was hoping to get some help with..
I have a link that has a "intl-tel-input", and a "drop-down"(html). The "intl-tel-input" is working perfectly fine but when I Select the drop-down, it is not visible, but if i touch/click a row below it actually selects that option (Even though its invisible).

Here is the link I'm using:
https://www.eaglehills.com/register-interest
When I select the dropdown "interested in*" I get the same issue, but when I select the Mobile "country code" it works.

I also created a simple html code for testing and I had the same issue:

<!DOCTYPE html>
<html>
<body>

<select>
<option value="volvo">Volvo</option>
<option value="saab">Saab</option>
<option value="opel">Opel</option>
<option value="audi">Audi</option>
</select>

</body>
</html>

Thanks,
Naggar