We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b44c27f commit 1291f90Copy full SHA for 1291f90
projects/coreui-angular/src/lib/tooltip/tooltip.directive.ts
@@ -92,7 +92,7 @@ export class TooltipDirective implements OnChanges, OnDestroy, OnInit, AfterView
92
{
93
name: 'offset',
94
options: {
95
- offset: [0, 0]
+ offset: [0, 5]
96
}
97
98
]
0 commit comments