Skip to content

Commit 1291f90

Browse files
committed
fix(tooltip): update offset for v5
1 parent b44c27f commit 1291f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/coreui-angular/src/lib/tooltip/tooltip.directive.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export class TooltipDirective implements OnChanges, OnDestroy, OnInit, AfterView
9292
{
9393
name: 'offset',
9494
options: {
95-
offset: [0, 0]
95+
offset: [0, 5]
9696
}
9797
}
9898
]

0 commit comments

Comments
 (0)