vue-full-loading icon indicating copy to clipboard operation
vue-full-loading copied to clipboard

Major styling issues

Open hackel opened this issue 8 years ago • 1 comments

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>

hackel avatar Aug 25 '17 22:08 hackel

yes. I agree.

Adam-78 avatar Dec 11 '17 18:12 Adam-78