Skip to content

A default Overlay has the clickable div in front of the contents #234

@willeastcott

Description

@willeastcott

Describe the bug
If you create a default Overlay and append some other elements, those elements will appear behind the transparent clickable div that darkens everything and makes the content elements impossible to interact with.

To Reproduce
Steps to reproduce the behavior:

  1. Locate the Overlay example and remove the style:
        .pcui-overlay-content {
            z-index: 0;
        }
  1. Run the example
  2. See the problem

Expected behavior
The overlay's content should appear in front of the full-tab clickable UI.

Screenshots
image

How it should look:

image

A default overlay should not require the setting of a custom z-index for it to work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions