Skip to content

Commit e73ab78

Browse files
committed
chore(lint): running lint
1 parent 5c59d59 commit e73ab78

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

core/api.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,7 @@ ion-content,event,ionScrollEnd,ScrollBaseDetail,true
500500
ion-content,event,ionScrollStart,ScrollBaseDetail,true
501501
ion-content,css-prop,--background
502502
ion-content,css-prop,--color
503+
ion-content,css-prop,--ion-content-safe-area-padding-bottom is an internal property set by modal.tsx for fullscreen modals without an ion-footer. This decouples safe-area-bottom scroll padding from --padding-bottom (which is a public property consumers may override).
503504
ion-content,css-prop,--keyboard-offset
504505
ion-content,css-prop,--offset-bottom
505506
ion-content,css-prop,--offset-top

core/src/components/modal/test/safe-area/modal.e2e.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,7 @@ configs({ modes: ['ios', 'md'], directions: ['ltr'] }).forEach(({ title, config
174174
expect(contentHeight).toBeCloseTo(viewportHeight, 0);
175175
});
176176

177-
test('fullscreen modal ion-content scroll padding should include safe-area-bottom', async ({
178-
page,
179-
}, testInfo) => {
177+
test('fullscreen modal ion-content scroll padding should include safe-area-bottom', async ({ page }, testInfo) => {
180178
testInfo.annotations.push({
181179
type: 'issue',
182180
description: 'https://github.com/ionic-team/ionic-framework/issues/31015',

0 commit comments

Comments
 (0)