When the Modal 3 Component is opened, it doesn’t appear in full brightness. It has a dark overlay. How can I fix this?
most likely a z-index issue. Want to share a read-only and I can pinpoint it for you or you can take a look at the z-index of the component versus the overlay.
Okay, I will take a look at at. Should the modal component be in the page-wrapper or main-wrapper?
anywhere in the page-wrapper
should be fine. No reason to keep it in main-wrapper
- it all depends on where you are triggering the modal as well.
Thanks, I’ve figured it out. It was related to a missing variable issue and my not assigning a background color to the right element in the component.