Skip to content
Snippets Groups Projects
Commit e97f8a47 authored by Tae Hoon's avatar Tae Hoon
Browse files

prevent parent scroll

parent 6b1e305a
No related branches found
No related tags found
No related merge requests found
......@@ -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" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment