pl-fe: fix media modal thread display

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-09-30 23:37:18 +02:00
parent e04fe6a685
commit 04281890e6

View File

@ -341,7 +341,7 @@ const Thread: React.FC<IThread> = ({
<StatusActionBar
status={status}
expandable={false}
expandable={!useWindowScroll}
space='lg'
withLabels
/>
@ -391,7 +391,7 @@ const Thread: React.FC<IThread> = ({
ref={node}
className={
clsx('bg-white black:bg-black dark:bg-primary-900', {
'h-full': !useWindowScroll,
'h-full overflow-auto': !useWindowScroll,
})
}
>