Client - add button to scroll to the top

This commit is contained in:
Sam
2021-09-29 20:16:04 +02:00
parent 98aa80788b
commit d9790e0465
4 changed files with 67 additions and 4 deletions

View File

@ -63,6 +63,7 @@
/>
</div>
</div>
<div id="bottom" />
</div>
</template>
@ -122,10 +123,10 @@
<style lang="scss" scoped>
@import '~@/scss/base';
#dashboard {
padding-bottom: 30px;
.dashboard-container {
display: flex;
flex-direction: row;
padding-bottom: 30px;
.dashboard-sub-container {
display: flex;

View File

@ -27,6 +27,7 @@
v-if="!displaySegment"
:notes="workoutData.workout.notes"
/>
<div id="bottom" />
</div>
<div v-else>
<NotFound v-if="!workoutData.loading" target="WORKOUT" />