Fix scrolling

This commit is contained in:
Johannes Zillmann 2021-03-26 13:02:04 +01:00
parent 21106d7e5e
commit 75c526129d

View File

@ -88,7 +88,7 @@
</tbody>
</table>
{#if !pagePinned}
{#if !$pagePinned}
{#if renderedMaxPage < pages.length}
<span use:inView on:intersect={({ detail }) => detail && calculateNextPageToRenderTo()} />
<div class="my-6 text-center text-2xl">...</div>