Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
xvaara authored Oct 10, 2024
1 parent 48cc89c commit 67ab6c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/bootstrap-vue-next/src/utils/floatingUi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ export const bind = (
props: BPopoverProps
) => {
const div = document.createElement('span')
div.style.position = 'absolute'
if (binding.modifiers.body) document.body.appendChild(div)
else if (binding.modifiers.child) el.appendChild(div)
else el.parentNode?.insertBefore(div, el.nextSibling)
Expand Down

0 comments on commit 67ab6c8

Please sign in to comment.