Skip to content

Commit 1f96a4e

Browse files
committed
fix: minor fix
1 parent 79a202d commit 1f96a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/components/src/popover/popover-position-builder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export class PopoverPositionBuilder {
116116
.top(`${popoverPosition.customLocation!.y}px`);
117117
case PopoverFixedPositionLocation.RightUnderHeader:
118118
default:
119-
return globalPosition.right('0').top(this.headerHeightProvider?.globalHeaderHeight ?? '0');
119+
return globalPosition.right('0').top(this.headerHeightProvider.globalHeaderHeight ?? '0');
120120
}
121121
}
122122
}

0 commit comments

Comments
 (0)