fix(app): broken scroll in message list popouts (#49)
This commit is contained in:
@@ -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}) => {
|
||||
|
||||
@@ -104,7 +104,9 @@
|
||||
flex: 1;
|
||||
min-height: 0;
|
||||
min-width: 0;
|
||||
padding: 8px;
|
||||
padding-block: 8px;
|
||||
padding-inline-start: 12px;
|
||||
padding-inline-end: 0;
|
||||
}
|
||||
|
||||
.scrollerMobile {
|
||||
|
||||
Reference in New Issue
Block a user