diff --git a/src/app/modules/components/InnerAttributesTable.tsx b/src/app/modules/components/InnerAttributesTable.tsx index 6f8580e..566ff65 100644 --- a/src/app/modules/components/InnerAttributesTable.tsx +++ b/src/app/modules/components/InnerAttributesTable.tsx @@ -30,7 +30,10 @@ const InnerAttributesTable: FC = ({ attributes, moduleId }) => { records={attributes} verticalSpacing={"md"} groups={undefined} - styles={{ table: { width: "100%" } }} + styles={{ + table: { width: "100%" }, + header: { zIndex: 0 }, + }} /> ); };