fix: fixed inner attr table header overlaying on outer table header
This commit is contained in:
@ -30,7 +30,10 @@ const InnerAttributesTable: FC<Props> = ({ attributes, moduleId }) => {
|
||||
records={attributes}
|
||||
verticalSpacing={"md"}
|
||||
groups={undefined}
|
||||
styles={{ table: { width: "100%" } }}
|
||||
styles={{
|
||||
table: { width: "100%" },
|
||||
header: { zIndex: 0 },
|
||||
}}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user