web/remux: fix ghost click areas when processing

This commit is contained in:
wukko 2024-08-16 02:13:26 +06:00
parent 275c982c80
commit ac9568a422
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -125,6 +125,7 @@
opacity: 0;
transform: scale(0.9);
transition: transform 0.2s, opacity 0.2s;
pointer-events: none;
}
#remux-processing.processing {
@ -135,6 +136,7 @@
#remux-open.processing {
transform: scale(0.9);
opacity: 0;
pointer-events: none;
}
.remux-description {