From 28a53435922e0763bee2947c5c720a9cc120f591 Mon Sep 17 00:00:00 2001 From: rstubryan Date: Wed, 19 Nov 2025 22:41:02 +0700 Subject: [PATCH] refactor(FE-170): update tableWrapperClassName to allow overflow visibility --- src/components/pages/production/recording/RecordingTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/pages/production/recording/RecordingTable.tsx b/src/components/pages/production/recording/RecordingTable.tsx index 04242259..0d5ea9c9 100644 --- a/src/components/pages/production/recording/RecordingTable.tsx +++ b/src/components/pages/production/recording/RecordingTable.tsx @@ -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: