Describe the problem
Enabling flip behavior on the Dropdown component causes the menu to only render left-aligned with the toggle, regardless of the setting of the position prop.
How do you reproduce the problem?
Set position='right' and isFlipEnabled={true}` on a Dropdown.
https://codesandbox.io/s/pedantic-ben-j8l5wg?file=/index.tsx
Screenshots

It seems that this issue is (at least partially) caused by position: revert being applied when flipping is enabled.