feature/screen-management #199

Merged
kjs merged 16 commits from feature/screen-management into main 2025-11-11 18:33:41 +09:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c5b065ac81 - Show all commits

View File

@ -1992,7 +1992,7 @@ export const TableListComponent: React.FC<TableListComponentProps> = ({
>
{/* 스크롤 영역 */}
<div
className="bg-background h-[400px] w-full max-w-full overflow-x-auto overflow-y-scroll sm:h-[500px]"
className="bg-background flex-1 w-full max-w-full overflow-x-auto overflow-y-auto"
style={{ position: "relative" }}
>
{/* 테이블 */}