mirror of
https://github.com/immich-app/immich.git
synced 2025-01-21 00:52:43 -05:00
fix(web): scrolling memory timeline reset position (#15429)
This commit is contained in:
parent
8eac82c5a3
commit
0f803a4f5e
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
||||||
<section
|
<section
|
||||||
id="memory-lane"
|
id="memory-lane"
|
||||||
bind:this={memoryLaneElement}
|
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)}
|
use:resizeObserver={({ width }) => (offsetWidth = width)}
|
||||||
onscroll={onScroll}
|
onscroll={onScroll}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Add table
Reference in a new issue