Skip to content

Commit

Permalink
fix(web): scrolling memory timeline reset position
Browse files Browse the repository at this point in the history
  • Loading branch information
alextran1502 committed Jan 18, 2025
1 parent 3d13da7 commit 90e7493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/lib/components/photos-page/memory-lane.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<section
id="memory-lane"
bind:this={memoryLaneElement}
class="relative mt-5 overflow-x-hidden whitespace-nowrap transition-all"
class="relative mt-5 overflow-hidden whitespace-nowrap transition-all"
use:resizeObserver={({ width }) => (offsetWidth = width)}
onscroll={onScroll}
>
Expand Down

0 comments on commit 90e7493

Please sign in to comment.