By Philip Westover on Thursday, 09 January 2014
Posted in Technical Issues
Replies 5
Likes 0
Views 568
Votes 0
In the Profile area, I added a drop-down field for 'State'. While in the process of adding all the states to the list, I ran into an issue where the page length was limited and I couldn't scroll down any further to add more to my list. See attached.

Browser: Firefox 26.0.
OS: Windows 7.
Hello Philip,

You will need to insert css codes below into your template stylesheets.

/*Easysocial dropdown list*
.fields-config-param-choices {
overflow-y: scroll;
max-height: 330px;
clear: both;
}
·
Thursday, 09 January 2014 12:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Chang. Though, this is an issue in the Profile area in the backend of ES. I've attached a more complete screenshot if that helps.
·
Thursday, 09 January 2014 22:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

Sorry about that. Paste it in /administrator/components/com_easysocial/themes/default/styles/style1.css and it should work.
·
Thursday, 09 January 2014 23:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Will do. Can this fix be included in the next ES update? Seems like something other users might encounter as well.
·
Friday, 10 January 2014 00:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

Yes definitely.
·
Friday, 10 January 2014 10:11
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post