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

@@ -193,7 +193,7 @@ export const RecentMentionsContent = observer(
className={styles.scroller}
onScroll={handleScroll}
key="recent-mentions-scroller"
reserveScrollbarTrack={false}
reserveScrollbarTrack
>
{accessibleMentions.map((message) => {
const channel = ChannelStore.getChannel(message.channelId);