Asymmetrik/ngx-starter

View on GitHub
src/app/common/loading-overlay/loading-overlay.component.scss

Summary

Maintainability
Test Coverage
// Added in z-index to these classes to bring them to the front of card pageable tables
.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(var(--bs-body-bg-rgb), 0.75);
    z-index: 9001;
}

.overlay-spinner {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%);
    z-index: 9001;
}