Scroll Down Button: Fix position in channels (#1591)

This commit is contained in:
Alexander Zinchuk 2021-12-21 12:16:55 +03:00
parent d26c14a5ab
commit 0e18bf221f

View File

@ -353,7 +353,7 @@ const MiddleColumn: FC<StateProps & DispatchProps> = ({
const withMessageListBottomShift = Boolean( const withMessageListBottomShift = Boolean(
renderingCanRestartBot || renderingCanSubscribe || renderingCanStartBot || isPinnedMessageList, renderingCanRestartBot || renderingCanSubscribe || renderingCanStartBot || isPinnedMessageList,
); );
const withExtraShift = Boolean(isMessagingDisabled || isSelectModeActive || withMessageListBottomShift); const withExtraShift = Boolean(isMessagingDisabled || isSelectModeActive || isPinnedMessageList);
return ( return (
<div <div