You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-08-07 23:03:36 +02:00
fix(web): scrolling memory timeline reset position (#15429)
This commit is contained in:
@ -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}
|
||||
>
|
||||
|
Reference in New Issue
Block a user