MOBILE-3833 swipe: Fixes on loading css on swipe navigation
parent
fbf7b38bea
commit
64a0167fdb
|
@ -6,7 +6,11 @@ ion-slide {
|
||||||
align-items: start;
|
align-items: start;
|
||||||
}
|
}
|
||||||
|
|
||||||
::ng-deep {
|
:host ::ng-deep {
|
||||||
|
|
||||||
|
.swiper-wrapper {
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
|
||||||
core-loading .core-loading-content {
|
core-loading .core-loading-content {
|
||||||
display: block !important;
|
display: block !important;
|
||||||
|
|
Loading…
Reference in New Issue