From 93b92960e78389b4b6a56ceef08cf78831726190 Mon Sep 17 00:00:00 2001 From: kjs Date: Mon, 1 Dec 2025 11:20:06 +0900 Subject: [PATCH] =?UTF-8?q?=ED=85=8C=EC=9D=B4=EB=B8=94=20=EC=83=81?= =?UTF-8?q?=EB=8B=A8=20=EC=97=AC=EB=B0=B1=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../registry/components/table-list/TableListComponent.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/frontend/lib/registry/components/table-list/TableListComponent.tsx b/frontend/lib/registry/components/table-list/TableListComponent.tsx index f0690943..841e6f0a 100644 --- a/frontend/lib/registry/components/table-list/TableListComponent.tsx +++ b/frontend/lib/registry/components/table-list/TableListComponent.tsx @@ -2354,7 +2354,7 @@ export const TableListComponent: React.FC = ({ )} -
+
= ({
= ({ className="sticky z-50" style={{ position: "sticky", - top: "-2px", + top: 0, zIndex: 50, backgroundColor: "hsl(var(--background))", }}