By Jason Wells on Monday, 16 April 2018
Posted in Technical Issues
Likes 0
Views 505
Votes 0
I created a larger box with multiple values that can be selected by the user. When a user edits it they see the values they can select/selected.

There is no easy way to navigate the values other than using the arrow keys.

It was also set up so you could select multiple values but now it seems to have disappeared.

How do I get multiple value selection and a scroll bar?

Have I done something wrong selection or setting?

Thanks a lot.
Hi Jason,

Thanks for reporting. It looks like there is a bug in Elegant template that is causing the scroll to not display in Chrome browser.

I will log this in our tracker so the designers can address this.

In the meantime, I have helped you applied the following temporary custom css codes in EasySocial custom css file(http://take.ms/j9lrc)

#es .es-content form.es-forms .o-control-input select {
overflow:auto;
}
Can you check if the scrollbar is now showing in different browsers? http://take.ms/rAO4x
·
Monday, 16 April 2018 19:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Great all seems to work now.
·
Tuesday, 17 April 2018 11:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Jason,

Thanks for updating on the issue and glad to know it works now.

Regards.
·
Tuesday, 17 April 2018 18:39
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post