diff --git a/src/app/deals/drawers/BoardStatusesEditorDrawer/BoardStatusesEditorDrawer.tsx b/src/app/deals/drawers/BoardStatusesEditorDrawer/BoardStatusesEditorDrawer.tsx index 44d354b..396c041 100644 --- a/src/app/deals/drawers/BoardStatusesEditorDrawer/BoardStatusesEditorDrawer.tsx +++ b/src/app/deals/drawers/BoardStatusesEditorDrawer/BoardStatusesEditorDrawer.tsx @@ -50,6 +50,7 @@ const BoardStatusesEditorDrawer: FC = () => { removeScrollProps={{ allowPinchZoom: true }} withCloseButton={false} opened={isEditorDrawerOpened} + trapFocus={false} styles={{ body: { height: "100%", diff --git a/src/app/deals/drawers/ProjectBoardsEditorDrawer/ProjectBoardsEditorDrawer.tsx b/src/app/deals/drawers/ProjectBoardsEditorDrawer/ProjectBoardsEditorDrawer.tsx index 98ccd95..dd6d100 100644 --- a/src/app/deals/drawers/ProjectBoardsEditorDrawer/ProjectBoardsEditorDrawer.tsx +++ b/src/app/deals/drawers/ProjectBoardsEditorDrawer/ProjectBoardsEditorDrawer.tsx @@ -50,6 +50,7 @@ const ProjectBoardsEditorDrawer: FC = () => { removeScrollProps={{ allowPinchZoom: true }} withCloseButton={false} opened={isEditorDrawerOpened} + trapFocus={false} styles={{ body: { height: "100%",