Fix thread display behavior
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@ -406,7 +406,7 @@ const Thread: React.FC<IThread> = ({
|
||||
'h-full': isModal,
|
||||
})
|
||||
}
|
||||
parentRef={node}
|
||||
{...(isModal ? { parentRef: node } : undefined)}
|
||||
>
|
||||
{children}
|
||||
</ScrollableList>
|
||||
|
||||
Reference in New Issue
Block a user