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