Skip to content

Use popover attribute in Overlay service #16824

@wnvko

Description

@wnvko

Is your feature request related to a problem? Please describe.

Overlay service as it is now has two major disadvantages:

  • it moves the component shown in the overlay out of the angular application. With this step styling of the component could be corrupted.
  • when used in outlet overlay may be shown hidden behind other components with higher stacking context.

Describe the solution you'd like

To solve these issues instead of using z-index overlay could be shown via popover attribute.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions