Fix loading spinner z-index

This commit is contained in:
natsoni 2024-07-26 00:00:14 +02:00
parent 008cc385da
commit 3c7deafffd
No known key found for this signature in database
GPG Key ID: C65917583181743B
29 changed files with 32 additions and 32 deletions

View File

@ -23,7 +23,7 @@ import { RelativeUrlPipe } from '../../../shared/pipes/relative-url/relative-url
position: absolute;
top: 50%;
left: calc(50% - 15px);
z-index: 100;
z-index: 99;
}
`],
changeDetection: ChangeDetectionStrategy.OnPush,

View File

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

View File

@ -23,7 +23,7 @@ import { ActivatedRoute, Router } from '@angular/router';
position: absolute;
top: 50%;
left: calc(50% - 15px);
z-index: 100;
z-index: 99;
}
`],
changeDetection: ChangeDetectionStrategy.OnPush,

View File

@ -23,7 +23,7 @@ import { StateService } from '../../services/state.service';
position: absolute;
top: 50%;
left: calc(50% - 15px);
z-index: 100;
z-index: 99;
}
`],
changeDetection: ChangeDetectionStrategy.OnPush,

View File

@ -24,7 +24,7 @@ import { RelativeUrlPipe } from '../../shared/pipes/relative-url/relative-url.pi
position: absolute;
top: 50%;
left: calc(50% - 15px);
z-index: 100;
z-index: 99;
}
`],
changeDetection: ChangeDetectionStrategy.OnPush,

View File

@ -21,7 +21,7 @@ import { StateService } from '../../services/state.service';
position: absolute;
top: 50%;
left: calc(50% - 15px);
z-index: 100;
z-index: 99;
}
`],
changeDetection: ChangeDetectionStrategy.OnPush,

View File

@ -23,7 +23,7 @@ import { StateService } from '../../services/state.service';
position: absolute;
top: 50%;
left: calc(50% - 15px);
z-index: 100;
z-index: 99;
}
`],
changeDetection: ChangeDetectionStrategy.OnPush,

View File

@ -21,7 +21,7 @@ import { StateService } from '../../services/state.service';
position: absolute;
top: 50%;
left: calc(50% - 15px);
z-index: 100;
z-index: 99;
}
`],
changeDetection: ChangeDetectionStrategy.OnPush,

View File

@ -15,7 +15,7 @@ import { StateService } from '../../services/state.service';
position: absolute;
top: 50%;
left: calc(50% - 15px);
z-index: 100;
z-index: 99;
}
`],
})

View File

@ -23,7 +23,7 @@ import { seoDescriptionNetwork } from '../../shared/common.utils';
position: absolute;
top: 50%;
left: calc(50% - 15px);
z-index: 100;
z-index: 99;
}
`],
changeDetection: ChangeDetectionStrategy.OnPush,

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,

View File

@ -17,7 +17,7 @@ const OUTLIERS_MEDIAN_MULTIPLIER = 4;
position: absolute;
top: 50%;
left: calc(50% - 16px);
z-index: 100;
z-index: 99;
}
`],
changeDetection: ChangeDetectionStrategy.OnPush,

View File

@ -11,7 +11,7 @@ import { StateService } from '../../services/state.service';
position: absolute;
top: 50%;
left: calc(50% - 16px);
z-index: 100;
z-index: 99;
}
`],
templateUrl: './lbtc-pegs-graph.component.html',

View File

@ -2,5 +2,5 @@
position: absolute;
top: 50%;
left: calc(50% - 16px);
z-index: 100;
z-index: 99;
}

View File

@ -1,7 +1,7 @@
.sticky-loading {
position: absolute;
right: 10px;
z-index: 100;
z-index: 99;
font-size: 14px;
@media (width >= 992px) {
left: 32px;

View File

@ -18,7 +18,7 @@ import { download, formatterXAxis, formatterXAxisLabel } from '../../shared/grap
position: absolute;
top: 50%;
left: calc(50% - 16px);
z-index: 100;
z-index: 99;
}
`],
changeDetection: ChangeDetectionStrategy.OnPush,

View File

@ -60,7 +60,7 @@
position: absolute;
top: 50%;
left: calc(50% - 15px);
z-index: 100;
z-index: 99;
}
.pool-distribution {

View File

@ -167,7 +167,7 @@ div.scrollable {
.loadingGraphs {
position: absolute;
left: calc(50% - 15px);
z-index: 100;
z-index: 99;
top: 475px;
@media (max-width: 992px) {
top: 600px;

View File

@ -49,7 +49,7 @@
position: relative;
background: var(--nav-bg);
box-shadow: 0 -5px 15px #000;
z-index: 100;
z-index: 99;
align-items: center;
justify-content: space-between;

View File

@ -68,7 +68,7 @@ h3 {
.loading-spinner {
position: absolute;
top: 400px;
z-index: 100;
z-index: 99;
width: 100%;
left: 0;
@media (max-width: 767.98px) {

View File

@ -16,7 +16,7 @@ import { StateService } from '../../services/state.service';
position: absolute;
top: 50%;
left: calc(50% - 15px);
z-index: 100;
z-index: 99;
}
`],
})

View File

@ -19,7 +19,7 @@ import { StateService } from '../../services/state.service';
position: absolute;
top: 50%;
left: calc(50% - 15px);
z-index: 100;
z-index: 99;
}
`],
})

View File

@ -102,7 +102,7 @@
position: absolute;
top: 50%;
left: calc(50% - 15px);
z-index: 100;
z-index: 99;
@media (max-width: 767.98px) {
top: 550px;
}
@ -110,7 +110,7 @@
.loading-spinner.widget {
position: absolute;
top: 200px;
z-index: 100;
z-index: 99;
width: 100%;
left: 0;
@media (max-width: 767.98px) {
@ -120,7 +120,7 @@
.loading-spinner.nodepage {
position: absolute;
top: 200px;
z-index: 100;
z-index: 99;
width: 100%;
left: 0;
}
@ -128,7 +128,7 @@
.loading-spinner.channelpage {
position: absolute;
top: 400px;
z-index: 100;
z-index: 99;
width: 100%;
left: 0;
@media (max-width: 767.98px) {

View File

@ -8,7 +8,7 @@
left: 0;
right: 0;
width: 100%;
z-index: 100;
z-index: 99;
}
.spinner-border {

View File

@ -68,7 +68,7 @@
position: absolute;
top: 50%;
left: calc(50% - 15px);
z-index: 100;
z-index: 99;
@media (max-width: 767.98px) {
top: 550px;
}

View File

@ -22,7 +22,7 @@ import { StateService } from '../../services/state.service';
position: absolute;
top: 50%;
left: calc(50% - 15px);
z-index: 100;
z-index: 99;
}
`],
changeDetection: ChangeDetectionStrategy.OnPush,

View File

@ -46,7 +46,7 @@
position: absolute;
top: 50%;
left: calc(50% - 15px);
z-index: 100;
z-index: 99;
}
.pool-distribution {

View File

@ -22,7 +22,7 @@ import { StateService } from '../../services/state.service';
position: absolute;
top: 50%;
left: calc(50% - 15px);
z-index: 100;
z-index: 99;
}
`],
})