Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Css should be scoped #278

Open
LuigiElleBalotta opened this issue Jan 21, 2025 · 0 comments
Open

Css should be scoped #278

LuigiElleBalotta opened this issue Jan 21, 2025 · 0 comments

Comments

@LuigiElleBalotta
Copy link

LuigiElleBalotta commented Jan 21, 2025

I had a problem with the CSS:

a <style> tag is injected in the HTML, without a scope so it not only affect blockUI related code.

Example:

<div *ngIf="isLoading$ | async" class="loader widget-loader flex flex-col justify-center items-center">
    <mat-spinner class="loader__spinner" diameter="30"></mat-spinner>
</div>

This code uses a mat-spinner: it was graphically was bugged because of the class loader used by BlockUI css

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant