.position-relative {
    position: relative;
}
.blockingOverlay {
    position: absolute;
    z-index: 45;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: white;
    opacity: 0.7;
}
