mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-23 11:45:15 +00:00
fix: 🐛 Fix description displaying under bottom nav bar
This commit is contained in:
parent
16a9daa4a4
commit
0b4086efd7
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
</v-card-text>
|
</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-sheet style="padding: 1em;">
|
||||||
|
|
||||||
<v-btn block @click="showMore = !showMore"><v-icon>mdi-chevron-down</v-icon></v-btn><br>
|
<v-btn block @click="showMore = !showMore"><v-icon>mdi-chevron-down</v-icon></v-btn><br>
|
||||||
|
|
Loading…
Reference in a new issue