How appear a vertical scroll bar, if display all countries in select drop down – many selections?

You should change lines in CSS file (line 120):

.country .sbOptions { width: 155px; }

to

.country .sbOptions { overflow: scroll; width: 155px; }

Have more questions? Submit a request