FIX: Disable events on hidden timeline buttons
This commit is contained in:
parent
f4c8070d09
commit
7a6cd15c4a
|
@ -30,6 +30,8 @@
|
||||||
&.timeline-docked-bottom {
|
&.timeline-docked-bottom {
|
||||||
.timeline-footer-controls {
|
.timeline-footer-controls {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
pointer-events: none;
|
||||||
|
cursor: default;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue