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 1f96a4e commit c523edaCopy full SHA for c523eda
projects/components/src/overlay/sheet/sheet-overlay.component.ts
@@ -85,7 +85,9 @@ export class SheetOverlayComponent {
85
86
this.isComponentSheet = !(sheetConfig.content instanceof TemplateRef);
87
this.renderer = sheetConfig.content;
88
- this.popoverRef.height(this.getHeightForPopover(this.globalHeaderHeightProvider.globalHeaderHeight, sheetConfig.position));
+ this.popoverRef.height(
89
+ this.getHeightForPopover(this.globalHeaderHeightProvider.globalHeaderHeight, sheetConfig.position)
90
+ );
91
this.setWidth();
92
this.navigationParams = sheetConfig.pageNavParams;
93
this.rendererInjector = Injector.create({
0 commit comments