mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-29 01:48:28 +00:00
web/remux: fix ghost click areas when processing
This commit is contained in:
parent
275c982c80
commit
ac9568a422
@ -125,6 +125,7 @@
|
|||||||
opacity: 0;
|
opacity: 0;
|
||||||
transform: scale(0.9);
|
transform: scale(0.9);
|
||||||
transition: transform 0.2s, opacity 0.2s;
|
transition: transform 0.2s, opacity 0.2s;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#remux-processing.processing {
|
#remux-processing.processing {
|
||||||
@ -135,6 +136,7 @@
|
|||||||
#remux-open.processing {
|
#remux-open.processing {
|
||||||
transform: scale(0.9);
|
transform: scale(0.9);
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.remux-description {
|
.remux-description {
|
||||||
|
Loading…
Reference in New Issue
Block a user