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:
- Locate the
Overlay example and remove the style:
.pcui-overlay-content {
z-index: 0;
}
- Run the example
- See the problem
Expected behavior
The overlay's content should appear in front of the full-tab clickable UI.
Screenshots

How it should look:

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