Fix select box don't show dropdown on Android/Chrome for FastClick JS
Solution 1:
Add user-scalable=no into meta tag viewport.
Solution 2:
Check and fix all overflowed ancestor elements of select element.
Solution 3:
Disable FastClick as it no longer needs for modern web browsers.
7th Feb 2018