i've a dropdown but the scroll bar didn't appear, and i want to appear the scroll bar with syntax overflow-y but still didn't appear, any idea for this problem?
Does this post give you the information you need?
https://www.outsystems.com/forums/discussion/33620/combo-box/
Erron Lolha wrote:
Are you talking about web or mobile?
Give height and overflow property.
try to add this class to your dropdown
SyntaxEditor Code Snippet
.scroll{ height:200px; overflow:auto; }
Regards,
Pankaj