Skip to content

Commit

Permalink
fix(popover): add default popper offset for popover
Browse files Browse the repository at this point in the history
  • Loading branch information
Phoebe Gao committed Sep 22, 2021
1 parent 4931543 commit d49dc3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Popover.js
Expand Up @@ -6,6 +6,7 @@ const defaultProps = {
placement: 'right',
placementPrefix: 'bs-popover',
trigger: 'click',
offset: [0, 8]
};

const Popover = (props) => {
Expand Down

0 comments on commit d49dc3f

Please sign in to comment.