Skip to content

Commit e0fd71d

Browse files
authored
Merge branch 'vnext' into dTsvetkov/update-live-editing-generation
2 parents f8b0f29 + 9b16a57 commit e0fd71d

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

projects/app-lob/src/app/grid/grid-boston-marathon/grid.component.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,12 @@ igx-avatar {
174174
.grid__wrapper {
175175
margin: 0 auto;
176176
padding: 16px;
177+
178+
&__inner {
179+
position: relative;
180+
width: 100%;
181+
height: 100%;
182+
}
177183
}
178184

179185
@media (max-width: 1000px) {

projects/app-lob/src/app/grid/grid-boston-marathon/grid.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export class GridComponent implements OnInit, OnDestroy, AfterViewInit {
9393
public ngAfterViewInit(): void {
9494
this.overlaySettings = IgxOverlayService.createAbsoluteOverlaySettings(
9595
AbsolutePosition.Center,
96-
this.grid1
96+
true
9797
);
9898
this.overlaySettings.modal = true;
9999
}

0 commit comments

Comments
 (0)