Changed circular progress to use index plus 1 instead of the highest index.
This commit is contained in:
parent
a613c86826
commit
c647825b9f
@ -10,7 +10,7 @@ class CircularProgress extends IgniteElement {
|
|||||||
return /*css*/`
|
return /*css*/`
|
||||||
mt-circular-progress > div > svg {
|
mt-circular-progress > div > svg {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 999999;
|
z-index: 1;
|
||||||
left: calc(50% - (4em / 2));
|
left: calc(50% - (4em / 2));
|
||||||
top: calc(50% - (4em / 2));
|
top: calc(50% - (4em / 2));
|
||||||
animation: rotator 2s linear infinite;
|
animation: rotator 2s linear infinite;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user