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 authored and phwebi committed Oct 27, 2021
1 parent 5e6d229 commit cef32c6
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 cef32c6

Please sign in to comment.