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`, }} >