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.
1 parent 5ff2abc commit 1af982aCopy full SHA for 1af982a
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