If a dropdown component is too long to be displayed, it seems that it opens in this "fullscreen" / background-dismissable mode. However in this mode, there is no ability to scroll the list.
This is the issue:

Now to check if it's something I've added by mistake or not...
I worked around this for now with:
/* IA COMPONENT BUG FIXES */
/* fix missing scrollbar when dropdown options show in fullscreen mode. This happens when the options won't fit on the page and it shows with a dismissable black overlay */
.component-modal-small-viewport .ia_componentModal {
overflow: auto;
}
3 Likes
the dropdown height is something we increased though right? i remeber some stuff about that
Yeah I did change that, I checked though and it didn't relate to the scrollbar visibility. It's definitely a bug coming from the IA side