Skip to content

Commit 5debc8a

Browse files
committed
fix(popover): update offset for v5
1 parent a0f37b3 commit 5debc8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export class PopoverDirective implements OnChanges, OnDestroy, OnInit, AfterView
9292
{
9393
name: 'offset',
9494
options: {
95-
offset: [0, 8]
95+
offset: [0, 9]
9696
}
9797
}
9898
]

0 commit comments

Comments
 (0)