greyby / vue-spinner

vue spinners
MIT License
1.8k stars 176 forks source link

box-sizing: border-box is missing but required for the MoonLoader #40

Open ilearnio opened 1 year ago

ilearnio commented 1 year ago

It looks like in your demo you have box-sizing: border-box set globally to all elements which I don't have, so for me the MoonLoader is pretty broken. When I'm adding it to .v-spinner .v-moon3 in my code, then it works. Just wanted you to know