His, the component works great but the only problem that I've is solid black, not transparent, it seems that it has opacity 100%.
Any idea on how to make it transparent?
Hi Francisco,The component style is setting a semi-transparent background.Its very difficult to guess what it is happening in your particular case just by the screenshot.My best guesses are:1. You are triggering the overlay multiple times at once, making several overlays generates a black background.2. You have a custom css style in your application that is conflicting with the components style.The only way to narrow down the reason this issue is happening, would be by inspecting the styles in your application.Cheers.