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 df96686 commit 991e02aCopy full SHA for 991e02a
core/src/components/modal/gestures/sheet.ts
@@ -130,12 +130,12 @@ export const createSheetGesture = (
130
baseEl.querySelector('ion-footer') as HTMLIonFooterElement :
131
wrapperEl.nextElementSibling as HTMLIonFooterElement;
132
133
- const pagePadding =
134
- footer === 'original' ? 0 : footerToShow.clientHeight;
135
-
136
footerToShow.style.removeProperty('display');
137
footerToShow.removeAttribute('aria-hidden');
138
+ const pagePadding =
+ footer === 'original' ? 0 : footerToShow.clientHeight;
+
139
const page = baseEl.querySelector('.ion-page') as HTMLElement;
140
page.style.setProperty('padding-bottom', `${pagePadding}px`);
141
0 commit comments