From ba0bea348b380657ae9819a6d609b8cea4eb99aa Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Fri, 18 Oct 2024 19:07:31 +0530 Subject: [PATCH] wip: scrollable recording ui --- src/components/molecules/InterpretationLog.tsx | 6 +++--- src/components/organisms/BrowserContent.tsx | 2 +- src/components/organisms/BrowserWindow.tsx | 4 +++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index e7da5791..581ab62d 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -106,7 +106,7 @@ export const InterpretationLog: React.FC = ({ isOpen, se const columns = tableData.length > 0 ? Object.keys(tableData[0]) : []; return ( -
+