fix: ui conflicts in update of multiple evalute result

This commit is contained in:
jialin
2025-06-05 19:42:11 +08:00
parent 5cce7c05ab
commit 604d58130d
10 changed files with 128 additions and 82 deletions
@@ -12,6 +12,9 @@ const Wrapper = styled.div<{ $maxHeight?: number }>`
width: 100%;
`;
// export OverlayScrollerOptions
export type { OverlayScrollerOptions };
export const OverlayScroller: React.FC<
OverlayScrollerOptions & {
maxHeight?: number;