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

Fix for a full screen fixed loader! #39

Closed
magarrent opened this issue Nov 25, 2019 · 2 comments
Closed

Fix for a full screen fixed loader! #39

magarrent opened this issue Nov 25, 2019 · 2 comments

Comments

@magarrent
Copy link

magarrent commented Nov 25, 2019

Hey, use this if you want a full width container and fixed center loader:

.vld-overlay .vld-icon, .vld-parent {
    position: fixed !important;
    top: 45vh !important;
}

.vld-overlay .vld-background {
    position: fixed !important;
}
@ankurk91
Copy link
Owner

ankurk91 commented Nov 25, 2019

If this message was for me, i will try.
But
I dont want to use important in css

@magarrent
Copy link
Author

If this message was for me, i will try.
But
I dont want to use inportant

Hey, It's just a tip, because the loader only appears at the top of the page, if you scroll down you lost it. This tip is if you want to see the loader in the middle of the screen always

@ankurk91 ankurk91 closed this as completed May 3, 2020
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