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} groups={undefined}
idAccessor={"category.id"} idAccessor={"category.id"}
styles={{ styles={{
header: { zIndex: 1000 }, header: { zIndex: 100 },
}} }}
rowExpansion={{ rowExpansion={{
allowMultiple: true, allowMultiple: true,