Skip to content

Commit d3db7c5

Browse files
committed
MOBILE-4842 theme: Remove footer bottom shadow
Fixes footer shadow overlapping the bottom safe area on Android.
1 parent e439d97 commit d3db7c5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/core/features/mainmenu/pages/more/more.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ <h1>{{ 'core.more' | translate }}</h1>
7171
}
7272
</ion-list>
7373
</ion-content>
74-
<ion-footer class="ion-no-border">
74+
<ion-footer>
7575
<ion-item button (click)="openSettings()" [attr.aria-label]="'core.settings.appsettings' | translate" [detail]="true">
7676
<ion-icon name="fas-gears" slot="start" aria-hidden="true" />
7777
<ion-label>

src/theme/theme.base.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,11 @@ ion-app > ion-modal.core-modal-lateral {
168168
--ion-safe-area-top: inherit;
169169
}
170170

171+
// Remove footer bottom shadow (Android only).
172+
ion-footer.md {
173+
clip-path: inset(-12px 0px 1px 0px);
174+
}
175+
171176
ion-tabs.placement-side .tabs-inner {
172177
--ion-safe-area-left: 0px;
173178
}

0 commit comments

Comments
 (0)