forked from AkkomaGang/akkoma-fe
prevent parent scroll
This commit is contained in:
parent
6b1e305a18
commit
e97f8a4728
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="user-reporting-panel-right" v-bar>
|
||||
<div class="user-reporting-panel-right" v-bar="{preventParentScroll: true}">
|
||||
<div>
|
||||
<div v-for="status in statuses" :key="status.id" class="status-fadein user-reporting-panel-sitem">
|
||||
<Status :inConversation="false" :focused="false" :statusoid="status" />
|
||||
|
|
Loading…
Reference in a new issue