From 48a0d3a091602d4d04b0b529b780261f0d2ebc1d Mon Sep 17 00:00:00 2001 From: Jonathan Duran Date: Thu, 10 May 2012 10:44:18 -0700 Subject: Timeline: Bug fix: tweens now hide when their container collapses. Signed-off-by: Jonathan Duran --- js/panels/Timeline/Layer.reel/scss/Layer.scss | 3 +++ 1 file changed, 3 insertions(+) (limited to 'js/panels/Timeline/Layer.reel/scss/Layer.scss') diff --git a/js/panels/Timeline/Layer.reel/scss/Layer.scss b/js/panels/Timeline/Layer.reel/scss/Layer.scss index 8e5e50db..a407c9dc 100644 --- a/js/panels/Timeline/Layer.reel/scss/Layer.scss +++ b/js/panels/Timeline/Layer.reel/scss/Layer.scss @@ -196,6 +196,9 @@ top: 3px; right: 31px; } +.timeline-track .collapsible-content { + position: relative; +} .collapsible-content .layout-table { width: 99.9%; } -- cgit v1.2.3