mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 07:45:47 +00:00
refactor(FE-316): Remove overflow-visible class from table wrapper
This commit is contained in:
@@ -405,8 +405,7 @@ const UniformityTable = ({ refresh }: { refresh?: () => void }) => {
|
|||||||
isResponseSuccess(uniformities) &&
|
isResponseSuccess(uniformities) &&
|
||||||
uniformities?.data?.length === 0,
|
uniformities?.data?.length === 0,
|
||||||
}),
|
}),
|
||||||
tableWrapperClassName:
|
tableWrapperClassName: 'overflow-x-auto min-h-full ',
|
||||||
'overflow-x-auto min-h-full overflow-visible!',
|
|
||||||
tableClassName: 'font-inter w-full table-auto min-h-full!',
|
tableClassName: 'font-inter w-full table-auto min-h-full!',
|
||||||
headerRowClassName: 'border-b border-b-gray-200',
|
headerRowClassName: 'border-b border-b-gray-200',
|
||||||
headerColumnClassName:
|
headerColumnClassName:
|
||||||
|
|||||||
Reference in New Issue
Block a user