Hi, everyone
I would like to know about Accordion Item/Attachment widget.
I'm implementing an accordion item in a popup widget that allows attachments to be uploaded.However, if you upload multiple files, you will not be able to see how many have been uploaded, and the trash can icon will be hidden. (Area surrounded by yellow line)The styles property doesn't seem to be editable, so are there any other workarounds?
Regards,
Zamiemon
Hi,
You cannot edit CSS directly from Style properties for accordion item. You need to inspect from browser on that component and try to play around with the CSS. then you can add that customized CSS on your screen CSS style sheet editor. Since there will be multiple files in your popup so you can add a scroll to your popup with CSS. Hope this helps.
Hi Zamiemon U,
As per your requirement, you need to add scroll to the popup through CSS. Herby, I am attaching the below forum links with similar issue:
https://www.outsystems.com/forums/discussion/72888/scrolling-in-popup-window/#:~:text=you%20can%20use%20the%20max,want%20to%20give%20the%20scroll.
https://www.outsystems.com/forums/discussion/64846/trying-to-scroll-in-popup-reactive-web/
https://www.outsystems.com/forums/discussion/65261/outsystems-ui-cant-scroll-on-popup/
Hope this solve your issue.
Thanks & regards.