Skip to content

Commit 01200b9

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

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

core/src/components/content/content.scss

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,6 @@
6262
background: var(--background);
6363
}
6464

65-
/**
66-
* --ion-content-safe-area-padding-bottom is an internal property set by
67-
* modal.tsx for fullscreen modals without an ion-footer. This decouples
68-
* safe-area-bottom scroll padding from --padding-bottom (which is a
69-
* public property consumers may override).
70-
*/
7165
.inner-scroll {
7266
@include position(calc(var(--offset-top) * -1), 0px,calc(var(--offset-bottom) * -1), 0px);
7367
@include padding(calc(var(--padding-top) + var(--offset-top)), var(--padding-end), calc(var(--padding-bottom) + var(--keyboard-offset) + var(--offset-bottom) + var(--ion-content-safe-area-padding-bottom, 0px)), var(--padding-start));

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)