Fix loading spinner z-index

This commit is contained in:
natsoni
2024-07-26 00:00:14 +02:00
parent 008cc385da
commit 3c7deafffd
29 changed files with 32 additions and 32 deletions

View File

@@ -59,7 +59,7 @@
position: absolute;
top: 50%;
left: calc(50% - 15px);
z-index: 100;
z-index: 99;
}
.loadingGraphs.widget {
top: 75%;

View File

@@ -28,7 +28,7 @@ interface Hashrate {
position: absolute;
top: 50%;
left: calc(50% - 15px);
z-index: 100;
z-index: 99;
}
`],
changeDetection: ChangeDetectionStrategy.OnPush,