.NavBlock:not(.show) {
    pointer-events: none;
}

.NavBlock.show {
    pointer-events: auto;
}