fix(app): broken scroll in message list popouts (#49)

This commit is contained in:
hampus-fluxer
2026-01-06 04:18:38 +01:00
committed by GitHub
parent 00fcf59120
commit 21e489638b
10 changed files with 37 additions and 15 deletions

View File

@@ -153,7 +153,7 @@ export const ChannelPinsContent = observer(({channel, onJump}: ChannelPinsConten
className={clsx(previewStyles.scroller, mobileLayout.enabled && previewStyles.scrollerMobile)}
key="channel-pins-scroller"
onScroll={handleScroll}
reserveScrollbarTrack={false}
reserveScrollbarTrack
>
{mobileLayout.enabled && <div className={previewStyles.topSpacer} />}
{pinnedPins.slice().map(({message}) => {