Compare commits
2 Commits
0c9356813e
...
f6edf8c313
| Author | SHA1 | Date |
|---|---|---|
|
|
f6edf8c313 | |
|
|
c5b065ac81 |
|
|
@ -1992,7 +1992,7 @@ export const TableListComponent: React.FC<TableListComponentProps> = ({
|
||||||
>
|
>
|
||||||
{/* 스크롤 영역 */}
|
{/* 스크롤 영역 */}
|
||||||
<div
|
<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" }}
|
style={{ position: "relative" }}
|
||||||
>
|
>
|
||||||
{/* 테이블 */}
|
{/* 테이블 */}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue