fix(app): broken scroll in message list popouts (#49)
This commit is contained in:
@@ -32,7 +32,9 @@ export const ChannelPinsPopout = observer(({channel}: {channel: ChannelRecord})
|
||||
<PushPinIcon className={styles.iconLarge} />
|
||||
<h1 className={styles.title}>{t`Pinned Messages`}</h1>
|
||||
</div>
|
||||
<ChannelPinsContent channel={channel} />
|
||||
<div className={styles.body}>
|
||||
<ChannelPinsContent channel={channel} />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user