From 3d7c62cb0fab06f9e7ea1a1a1464a287af6ab64f Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Mon, 10 Jun 2024 08:37:48 -0300 Subject: [PATCH] Removed custom scroll class because it is not working --- src/frontend/src/components/tableComponent/index.tsx | 1 - src/frontend/src/style/ag-theme-shadcn.css | 11 ++++++++++- src/frontend/src/style/classes.css | 9 --------- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/src/frontend/src/components/tableComponent/index.tsx b/src/frontend/src/components/tableComponent/index.tsx index ee7455e01..b23f898ab 100644 --- a/src/frontend/src/components/tableComponent/index.tsx +++ b/src/frontend/src/components/tableComponent/index.tsx @@ -129,7 +129,6 @@ const TableComponent = forwardRef<