minor improvements
This commit is contained in:
parent
a4e0eeea7a
commit
ce6ce4b6cd
4 changed files with 9 additions and 6 deletions
|
|
@ -5,9 +5,11 @@
|
|||
v-if="!embedded"
|
||||
:timeline-name="timelineName"
|
||||
/>
|
||||
<div class="timeline-header-button">
|
||||
<div
|
||||
class="timeline-header-button"
|
||||
v-if="showScrollTop && !embedded"
|
||||
>
|
||||
<button
|
||||
v-if="showScrollTop"
|
||||
class="button-unstyled scroll-to-top-button"
|
||||
type="button"
|
||||
@click="scrollToTop"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue