0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-21 00:52:43 -05:00

fix: hide scrollbar when the asset grid is empty (#12217)

This commit is contained in:
martin 2024-09-02 21:43:36 +02:00 committed by GitHub
parent f46abbb5b5
commit efdf1b49f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -762,20 +762,21 @@
{#if showShortcuts} {#if showShortcuts}
<ShowShortcuts on:close={() => (showShortcuts = !showShortcuts)} /> <ShowShortcuts on:close={() => (showShortcuts = !showShortcuts)} />
{/if} {/if}
{#if assetStore.buckets.length > 0}
<Scrubber <Scrubber
invisible={showSkeleton} invisible={showSkeleton}
{assetStore} {assetStore}
height={safeViewport.height} height={safeViewport.height}
timelineTopOffset={topSectionHeight} timelineTopOffset={topSectionHeight}
timelineBottomOffset={bottomSectionHeight} timelineBottomOffset={bottomSectionHeight}
{leadout} {leadout}
{scrubOverallPercent} {scrubOverallPercent}
{scrubBucketPercent} {scrubBucketPercent}
{scrubBucket} {scrubBucket}
{onScrub} {onScrub}
{stopScrub} {stopScrub}
/> />
{/if}
<!-- Right margin MUST be equal to the width of immich-scrubbable-scrollbar --> <!-- Right margin MUST be equal to the width of immich-scrubbable-scrollbar -->
<section <section