Make a Single Select Scrollable - AUI

Robin Meese September 8, 2020

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?

1 answer

1 accepted

0 votes
Answer accepted
Robin Meese September 8, 2020
.aui-popover {
max-height: 14em;
overflow-y: scroll;
}

Suggest an answer

Log in or Sign up to answer