How can I increase the height of a Select2 results list? For example, instead of it displaying a vertical scroll bar, I’d like the results list to expand to use the available height of the page, if necessary. I’ve looked all over the Internet and there are tons of solutions, but none of them seem to work with the PHPMaker Select2 boxes.
You may right click the dropdown, select Inspect in Chrome to find the CSS which controls the max height of it. Then you can add your own CSS under HTML → Styles → User to override it.
I have also tried unsuccessfully the solutions that I have found online
arbei wrote:
You may right click the dropdown, select > Inspect > in Chrome to find the CSS which> controls the max height of it. Then you can add your own CSS under HTML → Styles → User to override it.
You may post what you tried for discussion.