mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 17:38:31 +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;
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user