Skip to content

Commit

Permalink
Fix y-scroll bug
Browse files Browse the repository at this point in the history
  • Loading branch information
super3 committed Jan 26, 2020
1 parent 71e9d74 commit ab712b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Dash.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
</div>
<!-- Chat content -->

<div class="w-4/5 h-full">
<div class="w-4/5 h-full overflow-y-scroll">
<Channel v-if="selectedType === 'channel'"
v-bind:channel="channels.find(channel => channel.id === selected)"
v-bind:channels="channels"
Expand Down

0 comments on commit ab712b3

Please sign in to comment.