Open shrilakshmishastry opened 7 months ago
I have a modal that is created by . When I open toast from this modal which is a top layer element , toast resides below the modal.
Here is the screen shot
I think you can fix this by putting component inside a Portal that is always above the modal. There are some libraries out there to make that easier, or you can just make your own portal component.
Issue
I have a modal that is created by
Here is the screen shot