Skip to content

Commit

Permalink
Merge pull request #508 from sudhanshutech/fix/position
Browse files Browse the repository at this point in the history
[bug] Fix placement re-rendering issue of filter component
  • Loading branch information
nebula-aac authored Feb 16, 2024
2 parents b7279d1 + d218eff commit 81dc720
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/custom/UniversalFilter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
>
<div>
Expand Down

0 comments on commit 81dc720

Please sign in to comment.