Skip to content

Commit

Permalink
fix(position): placmemnt rendering
Browse files Browse the repository at this point in the history
Signed-off-by: sudhanshu dasgupta <[email protected]>
  • Loading branch information
sudhanshutech committed Feb 15, 2024
1 parent f0b95c4 commit d218eff
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 d218eff

Please sign in to comment.