cluster: hide overlay on error

Signed-off-by: Varun Patil <varunpatil@ucla.edu>
pull/563/head
Varun Patil 2023-03-24 14:00:23 -07:00
parent 1a5e2399a3
commit 37a108c2fc
1 changed files with 4 additions and 0 deletions

View File

@ -236,6 +236,10 @@ img {
rgba(0, 0, 0, 0.7) 10%,
transparent 35%
);
.cluster.error & {
display: none;
}
}
}
}