Skip to content

Commit ec17c7b

Browse files
committed
refactor(CTooltip): update offset
1 parent 0a2e754 commit ec17c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/coreui-vue/src/directives/v-c-tooltip.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default {
4444
const trigger = value.trigger ?? 'hover'
4545

4646
// Popper Config
47-
const offset = value.offset ?? [0, 0]
47+
const offset = value.offset ?? [0, 6]
4848
const placement = value.placement ?? 'top'
4949

5050
const popperOptions = {

0 commit comments

Comments
 (0)