mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-26 13:13:03 +00:00
Disable bottom sheet video description (duplicate)
There are two description areas. Disabled the bottom sheet one because scrolling is non-functional.
This commit is contained in:
parent
d91b5de945
commit
c9ca9ab6b6
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@
|
|||
{{ description }}
|
||||
</div>
|
||||
|
||||
<v-bottom-sheet
|
||||
<!-- <v-bottom-sheet
|
||||
v-model="showMore"
|
||||
color="accent"
|
||||
style="z-index: 9999999"
|
||||
|
@ -57,7 +57,7 @@
|
|||
{{ description }}
|
||||
</div>
|
||||
</v-sheet>
|
||||
</v-bottom-sheet>
|
||||
</v-bottom-sheet> -->
|
||||
<!-- <v-bottom-sheet v-model="share" color="accent" style="z-index: 9999999">
|
||||
<v-sheet style="padding: 1em">
|
||||
<div class="scroll-y">
|
||||
|
|
Loading…
Reference in a new issue