mirror of
https://github.com/nasa/openmct.git
synced 2024-12-23 15:02:23 +00:00
[Frontend] Restore the Add menu to edit Timelines
Fixes #1019 - Removed overflow: hidden from .l-edit-controls;
This commit is contained in:
parent
8ac6ac97f0
commit
d40c7f1821
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user