devyumao / angular2-busy

Show busy/loading indicators on any promise, or on any Observable's subscription.
http://devyumao.github.io/angular2-busy/demo/asset/
MIT License
314 stars 102 forks source link

Busy indicator not shown when page has scroll #63

Open michelebombardi opened 7 years ago

michelebombardi commented 7 years ago

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 commented 7 years ago

Same problem over here...

michelebombardi commented 7 years ago

Any update?

adamlubek commented 5 years ago

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

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