MOBILE-3814 my: Fix loading spinner position

main
Pau Ferrer Ocaña 2022-01-19 14:23:33 +01:00
parent 4f145dcc77
commit 6622ecf733
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
:host ::ng-deep ion-item-divider {
display: none !important;
}
:host ::ng-deep core-loading {
--internal-loading-inline-min-height: calc(100vh - var(--core-header-toolbar-height));
}
:host-context(ion-tabs.placement-bottom) ::ng-deep core-loading {
--internal-loading-inline-min-height: calc(100vh - var(--core-header-toolbar-height) - var(--bottom-tabs-size) - 2px);
}