We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79a202d commit 1f96a4eCopy full SHA for 1f96a4e
projects/components/src/popover/popover-position-builder.ts
@@ -116,7 +116,7 @@ export class PopoverPositionBuilder {
116
.top(`${popoverPosition.customLocation!.y}px`);
117
case PopoverFixedPositionLocation.RightUnderHeader:
118
default:
119
- return globalPosition.right('0').top(this.headerHeightProvider?.globalHeaderHeight ?? '0');
+ return globalPosition.right('0').top(this.headerHeightProvider.globalHeaderHeight ?? '0');
120
}
121
122
0 commit comments