Skip to content

Commit

Permalink
[useAnchorPositioning] Disable auto axis flipping
Browse files Browse the repository at this point in the history
  • Loading branch information
atomiks committed Nov 13, 2024
1 parent 88d593e commit 459c04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-base/src/utils/useAnchorPositioning.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export function useAnchorPositioning(
collisionBoundary,
collisionPadding = 5,
hideWhenDetached = false,
fallbackAxisSideDirection = 'start',
fallbackAxisSideDirection = 'none',
sticky = false,
keepMounted = false,
arrowPadding = 5,
Expand Down

0 comments on commit 459c04d

Please sign in to comment.