fix: correct book browser scroll area height

This commit is contained in:
2026-08-10 23:58:42 -04:00
parent 3ae3dcb0d0
commit c3e337de32
@@ -91,7 +91,7 @@
<Spinner />
</div>
{:else if bookCollection.books.length > 0}
<ScrollArea bind:viewportRef={scrollContainer} orientation="both" class=" h-[calc(100vh-12vh)] w-full pr-5 pl-5">
<ScrollArea bind:viewportRef={scrollContainer} orientation="both" class="h-[calc(100vh-11rem)] w-full px-5 pb-5">
{#if view === 'grid'}
<BookGrid books={bookCollection.books} />
{:else}