From 6812e36c2df3c56076a1246fc2a7dd668c24bad1 Mon Sep 17 00:00:00 2001 From: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com> Date: Wed, 2 Jul 2025 11:53:45 +0200 Subject: [PATCH] refactor: resize chart handle --- frontend/src/component/impact-metrics/GridLayoutWrapper.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/src/component/impact-metrics/GridLayoutWrapper.tsx b/frontend/src/component/impact-metrics/GridLayoutWrapper.tsx index 524fe68616..dd6eec4eed 100644 --- a/frontend/src/component/impact-metrics/GridLayoutWrapper.tsx +++ b/frontend/src/component/impact-metrics/GridLayoutWrapper.tsx @@ -8,10 +8,6 @@ import 'react-resizable/css/styles.css'; const ResponsiveGridLayout = WidthProvider(Responsive); const StyledGridContainer = styled('div')(({ theme }) => ({ - '& .react-grid-layout': { - position: 'relative', - minHeight: '200px', - }, '& .react-grid-item': { borderRadius: `${theme.shape.borderRadiusMedium}px`, },