Compare commits

..

No commits in common. "f6edf8c31396467e4394082c826a5d502a1befeb" and "0c9356813ee9afef49ee37ce0ae4c346d97e08f8" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

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