[Frontend] Restore the Add menu to edit Timelines

Fixes #1019
- Removed overflow: hidden from .l-edit-controls;
This commit is contained in:
Charles Hacskaylo 2016-06-16 17:46:15 -07:00
parent 8ac6ac97f0
commit d40c7f1821

View File

@ -391,7 +391,6 @@ body.desktop {
.l-edit-controls {
height: 0;
border-bottom: 1px solid $colorInteriorBorder;
overflow: hidden;
// Transition 2: reveal edit controls
@include keyframes(editIn) {
from { border-bottom: 0px solid transparent; height: 0; margin-bottom: 0; }