We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ff2abc + 1af982a commit 2cfbff8Copy full SHA for 2cfbff8
src/components/NcLoadingIcon/NcLoadingIcon.vue
@@ -72,7 +72,11 @@ const colors = computed(() => {
72
</template>
73
74
<style lang="scss" scoped>
75
-.loading-icon svg{
76
- animation: rotate var(--animation-duration, 0.8s) linear infinite;
+.loading-icon {
+ overflow: hidden;
77
+
78
+ svg {
79
+ animation: rotate var(--animation-duration, 0.8s) linear infinite;
80
+ }
81
}
82
</style>
0 commit comments