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 >