fix: fixed services table header
This commit is contained in:
@ -56,7 +56,7 @@ const ServicesTable: FC<Props> = ({ serviceType }) => {
|
||||
groups={undefined}
|
||||
idAccessor={"category.id"}
|
||||
styles={{
|
||||
header: { zIndex: 1000 },
|
||||
header: { zIndex: 100 },
|
||||
}}
|
||||
rowExpansion={{
|
||||
allowMultiple: true,
|
||||
|
||||
Reference in New Issue
Block a user