primeng-sass-theme icon indicating copy to clipboard operation
primeng-sass-theme copied to clipboard

Missing Style for overlay in base-theme

Open B34v0n opened this issue 1 year ago • 0 comments

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?

B34v0n avatar Aug 30 '24 05:08 B34v0n