Fix ScrollableList class names regression
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@@ -445,7 +445,7 @@ const Thread = (props: IThread) => {
|
||||
initialTopMostItemIndex={initialTopMostItemIndex}
|
||||
useWindowScroll={useWindowScroll}
|
||||
itemClassName={itemClassName}
|
||||
className={
|
||||
listClassName={
|
||||
clsx({
|
||||
'h-full': !useWindowScroll,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user