refactor(FE-170): update tableWrapperClassName to allow overflow visibility

This commit is contained in:
rstubryan
2025-11-19 22:41:02 +07:00
parent d3c3d9c9c6
commit 28a5343592
@@ -939,7 +939,7 @@ const RecordingTable = () => {
'mb-20':
isResponseSuccess(recordings) && recordings?.data?.length === 0,
}),
tableWrapperClassName: 'overflow-x-auto min-h-full!',
tableWrapperClassName: 'overflow-x-auto min-h-full overflow-visible!',
tableClassName: 'font-inter w-full table-auto min-h-full!',
headerRowClassName: 'border-b border-b-gray-200',
headerColumnClassName: