By Mel on Thursday, 01 December 2016
Posted in General Issues
Likes 0
Views 140
Votes 0
Hi,

I have added a custom Dropdown field in Pages and trying to add my values. However I cannot add new items after the first 10 - the + symbol and new boxes are hidden behind the Placeholder field. I does not allow me to scroll past it to add more entries (see image).

Is there a fix for this that I can apply?

Kind regards

Mel
Hello Mel,

I can't seem to connect to your FTP but you can apply a temporary fix by adding the block of css codes below into /administrator/templates/isis/css/template.css

[gist]
.fields-config-param-choices {
overflow-y: scroll !important;
}
[/gist]

You could just place it at the bottom of the file.
·
Friday, 02 December 2016 00:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you, that fixed it

Mel
Mel
·
Friday, 02 December 2016 01:05
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Mel
·
Friday, 02 December 2016 01:10
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post