split-timeline: top-bar position
Signed-off-by: Varun Patil <varunpatil@ucla.edu>pull/563/head
parent
203be8f11b
commit
3d4a5d6579
|
@ -310,7 +310,8 @@ export default defineComponent({
|
||||||
}
|
}
|
||||||
|
|
||||||
&.m-two > .timeline {
|
&.m-two > .timeline {
|
||||||
transform: translateY(0); // show timeline
|
will-change: unset; // ensure top-bar is at top
|
||||||
|
transform: none; // show timeline
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue