Merge pull request #5370 from mempool/natsoni/fix-loading-spinner

Fix loading spinner z-index
This commit is contained in:
softsimon
2024-07-26 05:10:25 -05:00
committed by GitHub
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,