Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
alextran1502 committed Nov 19, 2024
1 parent b176a91 commit d22e90f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/lib/components/photos-page/asset-grid.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@
{@const isPremeasure = preMeasure.includes(bucket)}
{@const display = bucket.intersecting || bucket === $assetStore.pendingScrollBucket || isPremeasure}
<div
id="bucket"
class="bucket"
use:intersectionObserver={{
key: bucket.viewId,
onIntersect: () => handleIntersect(bucket),
Expand Down Expand Up @@ -932,7 +932,7 @@
scrollbar-width: none;
}
#bucket {
.bucket {
contain: layout size;
transition: height 0.2s ease-out;
}
Expand Down

0 comments on commit d22e90f

Please sign in to comment.