fix: fixed services table header

This commit is contained in:
2025-09-28 12:55:18 +04:00
parent 61f0a9069b
commit b51467cbf6

View File

@ -56,7 +56,7 @@ const ServicesTable: FC<Props> = ({ serviceType }) => {
groups={undefined}
idAccessor={"category.id"}
styles={{
header: { zIndex: 1000 },
header: { zIndex: 100 },
}}
rowExpansion={{
allowMultiple: true,