diff --git a/light9/web/timeline/timeline-elements.html b/light9/web/timeline/timeline-elements.html --- a/light9/web/timeline/timeline-elements.html +++ b/light9/web/timeline/timeline-elements.html @@ -228,12 +228,12 @@ background: rgba(126, 52, 245, 0.0784313 /* outline: 2px solid red; */ } - - + @@ -321,10 +321,11 @@ background: rgba(126, 52, 245, 0.0784313 #top { position: absolute; overflow: hidden; - background: #7b7b7b; + background: rgba(123, 123, 123, 0.71); border-radius: 6px; - box-shadow: 0 0 5px black; + border: 1px solid #313131; padding: 3px; + z-index: 2; }
diff --git a/light9/web/timeline/timeline.coffee b/light9/web/timeline/timeline.coffee --- a/light9/web/timeline/timeline.coffee +++ b/light9/web/timeline/timeline.coffee @@ -487,7 +487,7 @@ Polymer makeCurveAdjusters: (curveWidth, yForV, worldPts) -> U = (x) -> @graph.Uri(x) - if 0 + if true @adjusterIds[@uri+'/offset'] = true @setAdjuster(@uri+'/offset', => new AdjustableFloatObject({ graph: @graph