Hi, I am using a dropdown (with its content being Custom since I need to put an image in the list) inside an Accordion.
Problem is when I open the dropdown, the items does not overflow outside the Accordion (see image below, I have 5 options in the dropdown but only 3 are showing)
This only happens when I set the dropdown to Custom. I tried to use some CSS like z-index, position, overflow to the dropdown item (expression) but no luck. Hope someone can help. Thanks!
I've attached the oml file for reference.
Hi Ken,
Apply the css overflow: visible !important; to the parent container of dropdown.
Check the below image.
Below is the link for working sample
https://dbaghel.outsystemscloud.com/CustomDropdown/Screen1?_ts=637849348159042214
Bets Regards
Devendra
It worked! Thank you