October 9, 2019 at 6:10 am
#10030903
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.