refactor(FE-316): Remove overflow-visible class from table wrapper

This commit is contained in:
rstubryan
2025-12-24 16:38:50 +07:00
parent 871f0403ad
commit f0eb3fcf52
@@ -405,8 +405,7 @@ const UniformityTable = ({ refresh }: { refresh?: () => void }) => {
isResponseSuccess(uniformities) &&
uniformities?.data?.length === 0,
}),
tableWrapperClassName:
'overflow-x-auto min-h-full overflow-visible!',
tableWrapperClassName: 'overflow-x-auto min-h-full ',
tableClassName: 'font-inter w-full table-auto min-h-full!',
headerRowClassName: 'border-b border-b-gray-200',
headerColumnClassName: