[Bug] Fix conversation scroll in dashboard

This commit is contained in:
Pranav Raj Sreepuram 2019-10-30 12:08:10 +05:30
parent bfa4121f41
commit f3fc542a5f
3 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@
/>
</div>
<!-- No Conversation Selected -->
<div class="columns full-height conv-empty-state">
<div v-else class="columns full-height conv-empty-state">
<!-- Loading status -->
<woot-loading-state
v-if="fetchingInboxes || loadingChatList"