diff options
| author | Henry Jameson <me@hjkos.com> | 2022-09-29 11:52:48 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-09-29 11:52:48 +0300 |
| commit | ce6ce4b6cdd3aea2712ce73c0b0fd9d64372ac8e (patch) | |
| tree | 8730c5896f8c1163c7369a3e0acf72c8d1e058cc /src/components/timeline/timeline.vue | |
| parent | a4e0eeea7a6784d8d96ce40be2921e41c5df8b0a (diff) | |
minor improvements
Diffstat (limited to 'src/components/timeline/timeline.vue')
| -rw-r--r-- | src/components/timeline/timeline.vue | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue index fe5d4822..15d097e8 100644 --- a/src/components/timeline/timeline.vue +++ b/src/components/timeline/timeline.vue @@ -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" |
