We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
<style>
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
loader
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
This code uses a mat-spinner: it was graphically was bugged because of the class
loader
used by BlockUI cssThe text was updated successfully, but these errors were encountered: