mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +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) &&
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user