diff --git a/frontend/components/screen/widgets/FlowWidget.tsx b/frontend/components/screen/widgets/FlowWidget.tsx index d0a7aabf..dcc4c677 100644 --- a/frontend/components/screen/widgets/FlowWidget.tsx +++ b/frontend/components/screen/widgets/FlowWidget.tsx @@ -859,9 +859,10 @@ export function FlowWidget({
{/* 필터 및 그룹 설정 */} {stepDataColumns.length > 0 && ( -
-
-
- )} - {/* 🆕 그룹 표시 배지 */} - {groupByColumns.length > 0 && ( + {/* 🆕 그룹 표시 배지 */} + {groupByColumns.length > 0 && (
그룹: @@ -970,8 +970,9 @@ export function FlowWidget({ ))}
- )} -
+ )} + + )} {/* 데이터 영역 - 고정 높이 + 스크롤 */} {stepDataLoading ? (