fix(web): scrolling memory timeline reset position (#15429)

This commit is contained in:
Alex 2025-01-18 14:09:38 -06:00 committed by GitHub
parent 8eac82c5a3
commit 0f803a4f5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}
>