fix: 🐛 Fix description displaying under bottom nav bar

This commit is contained in:
Front 2022-03-20 09:54:02 -04:00
parent 16a9daa4a4
commit 0b4086efd7
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
</v-card-text>
<v-bottom-sheet v-model="showMore" color="accent2">
<v-bottom-sheet v-model="showMore" color="accent2" style="z-index: 9999999;">
<v-sheet style="padding: 1em;">
<v-btn block @click="showMore = !showMore"><v-icon>mdi-chevron-down</v-icon></v-btn><br>