diff --git a/platypush/backend/http/webapp/src/components/panels/Media/Providers/YouTube/Channel.vue b/platypush/backend/http/webapp/src/components/panels/Media/Providers/YouTube/Channel.vue index f07cd3facf..a914684d48 100644 --- a/platypush/backend/http/webapp/src/components/panels/Media/Providers/YouTube/Channel.vue +++ b/platypush/backend/http/webapp/src/components/panels/Media/Providers/YouTube/Channel.vue @@ -1,8 +1,8 @@ @@ -135,7 +137,7 @@ export default { if (!el) return - const bottom = (el.scrollHeight - el.scrollTop) <= el.clientHeight + 150 + const bottom = (el.scrollHeight - el.scrollTop) <= el.clientHeight + 100 if (!bottom) return