Skip to content

Commit

Permalink
Disable flip modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
attfarhan committed Jul 17, 2019
1 parent b65c7de commit 7f2671e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/components/tooltip/Tooltip.tsx
Expand Up @@ -66,10 +66,10 @@ export class Tooltip extends React.PureComponent<Props, State> {
key={this.state.subjectSeq}
isOpen={true}
target={this.state.subject}
placement="bottom"
placement="auto"
modifiers={{
flip: {
behavior: ['bottom'],
enabled: false,
},
}}
>
Expand Down

1 comment on commit 7f2671e

@felixfbecker
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does this do?

Please sign in to comment.