From 7fde8afcf044d49f25659d1af31348c3134c316c Mon Sep 17 00:00:00 2001 From: Shantur Rathore Date: Tue, 2 Dec 2025 12:07:43 +0000 Subject: [PATCH] Remove placeholder min-height fallback --- packages/ui/src/components/virtual-item.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/ui/src/components/virtual-item.tsx b/packages/ui/src/components/virtual-item.tsx index b09cc43c..adef877a 100644 --- a/packages/ui/src/components/virtual-item.tsx +++ b/packages/ui/src/components/virtual-item.tsx @@ -274,7 +274,6 @@ export default function VirtualItem(props: VirtualItemProps) { style={{ width: "100%", height: shouldHideContent() ? `${placeholderHeight()}px` : undefined, - "min-height": hasMeasured() ? undefined : `${props.minPlaceholderHeight ?? MIN_PLACEHOLDER_HEIGHT}px`, }} >