Forward Menu: Fix last entries not displaying fully (#3318)
This commit is contained in:
parent
2d7d0ee3c9
commit
4da76aaf80
@ -8,6 +8,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
&_slide {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.modal-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
@ -268,7 +268,7 @@ const ChatOrUserPicker: FC<OwnProps> = ({
|
||||
onClose={onClose}
|
||||
onCloseAnimationEnd={onCloseAnimationEnd}
|
||||
>
|
||||
<Transition activeKey={activeKey} name="slideFade">
|
||||
<Transition activeKey={activeKey} name="slideFade" slideClassName="ChatOrUserPicker_slide">
|
||||
{() => {
|
||||
return activeKey === TOPIC_LIST_SLIDE ? renderTopicList() : renderChatList();
|
||||
}}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user