vue-full-loading
vue-full-loading copied to clipboard
Major styling issues
It seems that you must be relying on a lot of default styles that aren't explicitly defined. See below:

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>
yes. I agree.