Hey, Im trying to make a single Select scrollable.
https://docs.atlassian.com/aui/8.0.0/docs/single-select.html
I found this thread, but this doesn't work:
https://community.atlassian.com/t5/Answers-Developer-Questions/AUI-Dropdown-with-scrollbar/qaq-p/468469
Does anybody got any suggestions?
.aui-popover {
max-height: 14em;
overflow-y: scroll;
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.