components icon indicating copy to clipboard operation
components copied to clipboard

feat(overlay): add option to provide a custom element container for the…

Open vlio20 opened this issue 6 years ago • 1 comments

add option to provide a custom element container for the overlay to be attached to. By default the overlay is attached to the document, but there are cases when the container should be different. One such example is to have a dialog element (the native dialog), overlays that are attached to the body appearing behind the dialog. Attaching the overlay to the dialog will fix the issue.

resolves #15571

vlio20 avatar Mar 21 '19 22:03 vlio20

@crisbeto, so there is no way to make the overlay to appear in front of a native dialog?

vlio20 avatar Mar 22 '19 06:03 vlio20

Cleaning up old PRs and closing this one since it was already possible using DI. As for native dialogs, that's a different issue that we're looking into resolving by using native dialogs for our own overlays.

crisbeto avatar Feb 28 '24 08:02 crisbeto

This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.