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

Loading spinner not visualized correctly in ie11 #56

Open
dollaniErlind opened this issue May 21, 2019 · 2 comments
Open

Loading spinner not visualized correctly in ie11 #56

dollaniErlind opened this issue May 21, 2019 · 2 comments

Comments

@dollaniErlind
Copy link

dollaniErlind commented May 21, 2019

While I was testing my angular web application in internet explorer 11, I noticed that loading spinner is not visualized correctly. In all other browsers it is ok. Here is my code:
<ng4-loading-spinner [timeout]="10000"> </ng4-loading-spinner>

Attached below is the loading spinner.

loading-spinner

Dependencies
angular: 6.0.3,
bootstrap: 4.0.0
ng4-loading-spinner: 1.2.3

@mzocco
Copy link

mzocco commented May 21, 2019

Me also having the same issue.

@dollaniErlind
Copy link
Author

Solved this problem by adding this line of code (ie11 target only style):
_:-ms-fullscreen, :root .spinner { background: rgba(0, 0, 0, 0.99); }

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

2 participants