Reply To: Sign-in link on mobile goes off screeen

#10030903
Support
Keymaster

Hello,

Try turning on the touch-scroll on the signin form with the code below in (css/custom.css):

@media (max-width: 767px) {
	#header .header-nav-features .header-nav-features-user .header-nav-features-dropdown {
	    max-height: 80vh;
	    overflow-y: scroll;
	}
}

Please try that and let us know if you need further assistance.

Kind Regards,

Rodrigo.