FIX: Disable events on hidden timeline buttons

This commit is contained in:
Robin Ward 2016-08-02 11:34:27 -04:00
parent f4c8070d09
commit 7a6cd15c4a
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@
&.timeline-docked-bottom {
.timeline-footer-controls {
opacity: 0;
pointer-events: none;
cursor: default;
}
}