MOBILE-3833 swipe: Fixes on loading css on swipe navigation

main
Pau Ferrer Ocaña 2021-12-21 15:28:42 +01:00
parent fbf7b38bea
commit 64a0167fdb
1 changed files with 5 additions and 1 deletions

View File

@ -6,7 +6,11 @@ ion-slide {
align-items: start;
}
::ng-deep {
:host ::ng-deep {
.swiper-wrapper {
position: absolute;
}
core-loading .core-loading-content {
display: block !important;