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

Spinner stuck to right #47

Open
jordanjones98 opened this issue Jul 30, 2018 · 4 comments
Open

Spinner stuck to right #47

jordanjones98 opened this issue Jul 30, 2018 · 4 comments

Comments

@jordanjones98
Copy link

When calling this.spinnerService.show() the default spinner (no template) shows all the way to the right side of the screen. I can not seem to get it to come to the left. I have even copied your template example and it still will not center, or even move. I would really like to use the default spinner as I think it looks pretty nice and simple, but I can't get any template to work either. Attached is a screenshot.

screen shot 2018-07-30 at 10 21 09 am

@amitmahida92
Copy link
Owner

@jordanjones98 which browser are you using?

@aakashjangid
Copy link

Hi,
I am facing the same issue.
Anyone got any idea or fix of it ?

@NehaJagan
Copy link

Hi,Im also facing the same issue..
is there any way to center the spinner?

@Pankajroyal76
Copy link

Please add this css for loader class
.lds-roller {
position: absolute;
width: 64px;
height: 64px;
left: 0;
top: 47%;
right: 0;
display: block;
margin: 0 auto;
text-align: center;
}

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

5 participants