fix: run once page overflow auto with 100% height

pull/18563/head
keting lu 1 year ago
parent 1c08c2b2c2
commit 1ad8f92335

@ -468,7 +468,7 @@ const Result: FC<IResultProps> = ({
return (
<div className={cn(
isNoData && !isCallBatchAPI && 'h-full',
'overflow-y-auto',
'overflow-y-auto h-full',
)}
ref={containerRef}

Loading…
Cancel
Save