From d218effa77b9778a487f443f529dddb7fd7d9a12 Mon Sep 17 00:00:00 2001 From: sudhanshu dasgupta Date: Thu, 15 Feb 2024 19:04:36 +0530 Subject: [PATCH] fix(position): placmemnt rendering Signed-off-by: sudhanshu dasgupta --- src/custom/UniversalFilter.tsx | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/custom/UniversalFilter.tsx b/src/custom/UniversalFilter.tsx index f0df8b4b2..4a235159f 100644 --- a/src/custom/UniversalFilter.tsx +++ b/src/custom/UniversalFilter.tsx @@ -76,21 +76,6 @@ function UniversalFilter({ open={open} anchorEl={anchorEl} placement="bottom-end" - modifiers={[ - { - name: 'flip', - options: { - enabled: false - } - }, - { - name: 'preventOverflow', - options: { - enabled: true, - boundariesElement: 'scrollParent' - } - } - ]} // transition >