Client - add button to scroll to the top
This commit is contained in:
@ -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;
|
||||
|
@ -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" />
|
||||
|
Reference in New Issue
Block a user