change how the bottom bar is rendered

This commit is contained in:
Kenny 2022-03-02 14:15:15 -05:00
parent 46fff80aa7
commit 63df4fb355
2 changed files with 2 additions and 3 deletions

View File

@ -31,7 +31,7 @@ export default {
<style scoped>
.bottomNav {
position: fixed;
position: sticky;
bottom: 0;
padding: 0 !important;
}

View File

@ -10,7 +10,6 @@
<v-card-text v-text="item.data" />
</v-card>
</v-list-item>
<br><br><br> <!-- Temp fix for last log entries being cut off -->
</div>
</template>
@ -18,7 +17,7 @@
<style scoped>
.card {
width: 100%;
margin-top: 1em;
margin: 1em 0 1em 0;
}
.date {
margin: 0.4em;