.sandbox-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 112%;
    background: rgba(128, 128, 128, 0.7);
    z-index: 99;
    pointer-events: all;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sandbox-overlay2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 157%;
    background: rgba(128, 128, 128, 0.7);
    z-index: 99;
    pointer-events: all;
    display: flex;
    justify-content: center;
    align-items: center;
}