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

Major styling issues #3

Open
hackel opened this issue Aug 25, 2017 · 1 comment
Open

Major styling issues #3

hackel opened this issue Aug 25, 2017 · 1 comment

Comments

@hackel
Copy link

hackel commented Aug 25, 2017

It seems that you must be relying on a lot of default styles that aren't explicitly defined. See below:

image

Specifically the wrapper background and overflow needs to be adjusted to get the spinner to look remotely acceptable.

<style scoped>
    .white-overlay >>> .loader-wrapper .wrapper {
        background-color: transparent;
        overflow:         visible;
    }
</style>
@Adam-78
Copy link

Adam-78 commented Dec 11, 2017

yes. I agree.

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