Skip to content

Missing Style for overlay in base-theme #147

@B34v0n

Description

@B34v0n

When using the Component-Overlay, on the example site it looks just fine.
But when I include it and use the base-theme from here, it's not visible and the background is not overlayed behind the "dark part".

I analysed the CSS on the example site and found class, that is set there but not here:

.p-component-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

I manually included it and it works just fine.
Can that please be included in the base-theme?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions