split-timeline: top-bar position

Signed-off-by: Varun Patil <varunpatil@ucla.edu>
pull/563/head
Varun Patil 2023-03-31 14:05:14 -07:00
parent 203be8f11b
commit 3d4a5d6579
1 changed files with 2 additions and 1 deletions

View File

@ -310,7 +310,8 @@ export default defineComponent({
}
&.m-two > .timeline {
transform: translateY(0); // show timeline
will-change: unset; // ensure top-bar is at top
transform: none; // show timeline
height: 100%;
}
}