You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like the z-index of the Action Menu should be bumped up to avoid collision with other elements. Attached two screenshots of a component we are currently building.
Both the AssetInput actions as well as the LinkChooser actions have a z-index of 20. This needs to be higher in my opinion.
The text was updated successfully, but these errors were encountered:
Hi @robinscholz, I spent some time trying to reproduce this issue, and it seems like the z-index problem is coming from the container and not the AssetInput or LinkChooser components.
For example, if the container's z-index is too low, the AssetInput menu will appear to render behind any elements below it, even if the AssetInput has a z-index that is extremely high.
Is the container in which you've placed the AssetInput a custom component or is it a Fondue component? It looks custom-made.
The bug occurs when using the fondue components inside custom components built around the Brand-SDK. In this particular case, it is a custom component which is then used inside the Orderable List component.
It seems like the z-index of the Action Menu should be bumped up to avoid collision with other elements. Attached two screenshots of a component we are currently building.
Both the AssetInput actions as well as the LinkChooser actions have a z-index of 20. This needs to be higher in my opinion.
The text was updated successfully, but these errors were encountered: