Skip to content

Commit 302a471

Browse files
refactor(CustomTemplateComponent): set iosOverflowSafeArea="false"
1 parent c63c5ea commit 302a471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/list-view/list-view-item-template.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export class CustomTemplateComponent {
1515
@Component({
1616
selector: "list-test",
1717
template: `
18-
<GridLayout rows="*" automationText="mainView">
18+
<GridLayout rows="*" automationText="mainView" iosOverflowSafeArea="false" >
1919
<ListView [items]="myItems"
2020
iosOverflowSafeArea="false" >
2121
<ng-template let-item="item">

0 commit comments

Comments
 (0)