Fix: load more

This commit is contained in:
May B. 2019-06-11 12:03:25 +02:00
parent 19fe6973b2
commit 766c54423d
1 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<template lang="pug"> <template lang="pug">
.client .client
.statues(@scroll.passive="onScroll" v-show="!hasContext") .statues(v-show="!hasContext" @scroll.passive="onScroll")
.header(v-if="hasNotifications") Accueil .header(v-if="hasNotifications") Accueil
success-loadable.list(:loadable="statues") success-loadable.list(:loadable="statues")
template(v-for="status in statues.get()") template(v-for="status in statues.get()")
@ -303,12 +303,11 @@ export default class Client extends Mixins<ServiceClient<Options>>(ServiceClient
.list .list
@include group-tile @include group-tile
flex-grow: 1 flex-grow: 1
overflow-y: scroll
.statues, .notifications, .context, .emoji-list .statues, .notifications, .context, .emoji-list
flex-grow: 1 flex-grow: 1
display: flex display: flex
flex-direction: column flex-direction: column
overflow: inherit overflow-y: scroll
height: 100% height: 100%
.ancestors, .descendants .ancestors, .descendants
.status .status