I have an ASP.Net web page - a sign in page.
It has a drop down on ' user name' that appears when clicked on. These values were pre-saved by the browser and it populates it with them.
While testing for being responsive, when I make the page smaller in my browser (Chrome) to simulate the size of a smart phone, it no longer allows me to click on the 'user name' box and a blue line appears on the right side.
I right click on the input for the user name and select 'inspect' and it it puts me on the Sign In button.
If increase the size of the browser and right click on the input for the user name, it now places me on the correct element.
Here is the page code. (Note it would not allow me ti insert code snippet so I had to upload screen shots):