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

Busy indicator not shown when page has scroll #63

Open
michelebombardi opened this issue Jun 8, 2017 · 3 comments
Open

Busy indicator not shown when page has scroll #63

michelebombardi opened this issue Jun 8, 2017 · 3 comments

Comments

@michelebombardi
Copy link

When the user scroll to the bottom of the page and perform a request (using subscribe) the page is blurred but the busy indicator (the rectangle itself) does not showning up.

I presume that it's at the top of the page but I can't see it.

How to fix this?

@alvgarvilla
Copy link

Same problem over here...

@michelebombardi michelebombardi changed the title Busy indicator now shown when page has scroll Busy indicator not shown when page has scroll Jun 30, 2017
@michelebombardi
Copy link
Author

Any update?

@adamlubek
Copy link

Adding this css fixed it for me (separate css file, referenced from angular.json)

.ng-busy-default-spinner, .ng-busy-backdrop {
position: fixed;
}

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

3 participants